We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c85206 commit 8b8e2b8Copy full SHA for 8b8e2b8
src/BackgroundExec.c
@@ -66,7 +66,7 @@ int parse_arguments(int argc, char *argv[])
66
{"verbose", no_argument, 0, 'v'},
67
{0, 0, 0, 0 }
68
};
69
- const char *short_options = "hv";
+ const char *short_options = "+hv";
70
bool valid = true;
71
int next = optind;
72
0 commit comments