diff options
| -rw-r--r-- | plugins/negate.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/negate.c b/plugins/negate.c index 1603342b..0b0018f2 100644 --- a/plugins/negate.c +++ b/plugins/negate.c | |||
| @@ -234,10 +234,10 @@ process_arguments (int argc, char **argv) | |||
| 234 | 234 | ||
| 235 | while (1) { | 235 | while (1) { |
| 236 | #ifdef HAVE_GETOPT_H | 236 | #ifdef HAVE_GETOPT_H |
| 237 | c = getopt_long (argc, argv, "hVt:", | 237 | c = getopt_long (argc, argv, "+hVt:", |
| 238 | long_options, &option_index); | 238 | long_options, &option_index); |
| 239 | #else | 239 | #else |
| 240 | c = getopt (argc, argv, "hVt:"); | 240 | c = getopt (argc, argv, "+hVt:"); |
| 241 | #endif | 241 | #endif |
| 242 | if (c == -1 || c == EOF) | 242 | if (c == -1 || c == EOF) |
| 243 | break; | 243 | break; |
