summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/client.c b/client/client.c
index 13d9073..0e6bf15 100644
--- a/client/client.c
+++ b/client/client.c
@@ -91,7 +91,7 @@ static void parseArgs(int *argc, char **argv[])
* or parse them before running getopt.. */
for (;;) {
- int opt = getopt_long(*argc, *argv, "hviw:I:p:Ibf:m", opts, NULL);
+ int opt = getopt_long(*argc, *argv, "hviw:l:I:p:Ibf:m", opts, NULL);
if (opt < 0)
break;