1
1
Fork 0
mirror of https://github.com/swaywm/sway synced 2024-06-06 23:06:05 +02:00

Added -R option to getopt opt_string

This commit is contained in:
Hummer12007 2016-03-28 22:26:41 +03:00
parent 6f53322774
commit 24cc12e043

View File

@ -182,7 +182,7 @@ int main(int argc, char **argv) {
int c;
while (1) {
int option_index = 0;
c = getopt_long(argc, argv, "hco:vs:r", long_options, &option_index);
c = getopt_long(argc, argv, "hco:vs:R:r", long_options, &option_index);
if (c == -1) {
break;
}