aboutsummaryrefslogtreecommitdiffstats
path: root/swaygrab
diff options
context:
space:
mode:
authorLibravatar Hummer12007 <hilobakho@gmail.com>2016-03-28 22:26:41 +0300
committerLibravatar Hummer12007 <hilobakho@gmail.com>2016-03-28 22:26:41 +0300
commit24cc12e043aa6c60ba7ddbebe8e4ba9bf819697a (patch)
treeec985213ae4d640baa003057177ee93c7f4a5275 /swaygrab
parentUpdate default config (diff)
downloadsway-24cc12e043aa6c60ba7ddbebe8e4ba9bf819697a.tar.gz
sway-24cc12e043aa6c60ba7ddbebe8e4ba9bf819697a.tar.zst
sway-24cc12e043aa6c60ba7ddbebe8e4ba9bf819697a.zip
Added -R option to getopt opt_string
Diffstat (limited to 'swaygrab')
-rw-r--r--swaygrab/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/swaygrab/main.c b/swaygrab/main.c
index 6ba8fb3e..96290957 100644
--- a/swaygrab/main.c
+++ b/swaygrab/main.c
@@ -182,7 +182,7 @@ int main(int argc, char **argv) {
182 int c; 182 int c;
183 while (1) { 183 while (1) {
184 int option_index = 0; 184 int option_index = 0;
185 c = getopt_long(argc, argv, "hco:vs:r", long_options, &option_index); 185 c = getopt_long(argc, argv, "hco:vs:R:r", long_options, &option_index);
186 if (c == -1) { 186 if (c == -1) {
187 break; 187 break;
188 } 188 }