aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Mayer <jmpt@loplof.de>2012-08-23 23:32:33 +0200
committerChris E Ferron <chris.e.ferron@linux.intel.com>2012-08-24 09:11:48 -0700
commit49944776ccdf98c947ceea849ad3f10a4a0b49d3 (patch)
tree3b3a678c36dde05ad8920c3db7912126b704b1fd
parentc445a5cd95f70e3c70d82c60d2ba3e23d0769f2b (diff)
-V (version) does not take an argument, whether optional or not.
Signed-off-by: Joerg Mayer <jmpt@loplof.de>
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 4f617ce..7555e5c 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -343,7 +343,7 @@ int main(int argc, char **argv)
textdomain (PACKAGE);
while (1) { /* parse commandline options */
- c = getopt_long (argc, argv, "ch:C:i:t:uV:w:q", long_options, &option_index);
+ c = getopt_long (argc, argv, "ch:C:i:t:uVw:q", long_options, &option_index);
/* Detect the end of the options. */
if (c == -1)
break;