diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index ee0dad1b..de41bb14 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -368,7 +368,7 @@ void printHelp() void parseOptions(int argc, char *argv[], Options &options) { - const char *optstring = "hU:P:D"; + const char *optstring = "huU:P:D"; const struct option long_options[] = { { "help", no_argument, 0, 'h' }, |