From 49891375b70c8745cf5dcd81b9bca6dff5e5816a Mon Sep 17 00:00:00 2001 From: Tim Retout Date: Sun, 10 Jul 2011 00:31:34 +0100 Subject: [PATCH] Oops, w requires an argument. Signed-off-by: Tim Retout --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 1eb424c..71e46a1 100644 --- a/src/main.c +++ b/src/main.c @@ -2001,7 +2001,7 @@ handle_options (int argc, char *argv[]) int i; c = getopt_long (argc, argv, - "#:123456789a:A:b:BcC::d:D:e::E::f:F:gGhH::i:I:jJ:kKlL:mM:n:N:o:Op:P:qrRs:S:t:T:u::U:vVwW:X:zZ", + "#:123456789a:A:b:BcC::d:D:e::E::f:F:gGhH::i:I:jJ:kKlL:mM:n:N:o:Op:P:qrRs:S:t:T:u::U:vVw:W:X:zZ", long_options, &option_index); if (c == -1) -- 2.17.1