diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/negate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/negate.c b/plugins/negate.c index 3e4c493..c1c0bc5 100644 --- a/plugins/negate.c +++ b/plugins/negate.c | |||
@@ -226,7 +226,7 @@ process_arguments (int argc, char **argv) | |||
226 | }; | 226 | }; |
227 | 227 | ||
228 | while (1) { | 228 | while (1) { |
229 | c = getopt_long (argc, argv, "hVt:", | 229 | c = getopt_long (argc, argv, "+hVt:", |
230 | long_options, &option_index); | 230 | long_options, &option_index); |
231 | 231 | ||
232 | if (c == -1 || c == EOF) | 232 | if (c == -1 || c == EOF) |