diff options
author | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-25 23:17:46 (GMT) |
---|---|---|
committer | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-25 23:17:46 (GMT) |
commit | e9ccc6b21a1152bbf150302c4a29a6df79d75bd7 (patch) | |
tree | 91bf1ebb6f927fd628b298df2ac5a89580282591 /plugins/negate.c | |
parent | 71656b2aafffb69716620bf08cce76c925dc8fa3 (diff) | |
download | monitoring-plugins-e9ccc6b21a1152bbf150302c4a29a6df79d75bd7.tar.gz |
various fixes for localization
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1061 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/negate.c')
-rw-r--r-- | plugins/negate.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/negate.c b/plugins/negate.c index e35ddb9..d08c3a3 100644 --- a/plugins/negate.c +++ b/plugins/negate.c | |||
@@ -174,9 +174,7 @@ process_arguments (int argc, char **argv) | |||
174 | 174 | ||
175 | switch (c) { | 175 | switch (c) { |
176 | case '?': /* help */ | 176 | case '?': /* help */ |
177 | printf (_("%s: Unknown argument: %s\n\n"), progname, optarg); | 177 | usage2 (_("Unknown argument"), optarg); |
178 | print_usage (); | ||
179 | exit (STATE_UNKNOWN); | ||
180 | break; | 178 | break; |
181 | case 'h': /* help */ | 179 | case 'h': /* help */ |
182 | print_help (); | 180 | print_help (); |