diff options
-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 29713c27..fed7db60 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -69,7 +69,7 @@ static void printVersion() static void parseOptions(int argc, char *argv[], Client::Options &options) { - const char *optstring = "hvud:U:P:Dc:p:C:L:"; + const char *optstring = "hvud:U:P:Dc:s:p:C:L:"; const struct option long_options[] = { { "config-dir", required_argument, 0, 'C' }, |