mirror of
https://github.com/gwenhael-le-moine/sway-patched-tray-menu.git
synced 2025-02-05 20:45:49 +01:00
Added -R option to getopt opt_string
This commit is contained in:
parent
6f53322774
commit
24cc12e043
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue