summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/waproamd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/waproamd.c b/src/waproamd.c
index 6f6a917..4affbc0 100644
--- a/src/waproamd.c
+++ b/src/waproamd.c
@@ -550,7 +550,7 @@ void parse_args(int argc, char *argv[]) {
for (;;) {
int c;
- if ((c = getopt_long(argc, argv, "nsi:whkcvMet:p:SRr", long_options, &option_index)) < 0)
+ if ((c = getopt_long(argc, argv, "nsi:whkcvMet:p:SRrW", long_options, &option_index)) < 0)
break;
switch (c) {