diff options
Diffstat (limited to 'plugins/negate.c')
-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 45c0326..8b2dff0 100644 --- a/plugins/negate.c +++ b/plugins/negate.c | |||
@@ -189,7 +189,7 @@ process_arguments (int argc, char **argv) | |||
189 | 189 | ||
190 | switch (c) { | 190 | switch (c) { |
191 | case '?': /* help */ | 191 | case '?': /* help */ |
192 | usage2 (_("Unknown argument"), optarg); | 192 | usage5 (); |
193 | break; | 193 | break; |
194 | case 'h': /* help */ | 194 | case 'h': /* help */ |
195 | print_help (); | 195 | print_help (); |