diff options
| author | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-25 23:17:46 +0000 |
|---|---|---|
| committer | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-25 23:17:46 +0000 |
| commit | e9ccc6b21a1152bbf150302c4a29a6df79d75bd7 (patch) | |
| tree | 91bf1ebb6f927fd628b298df2ac5a89580282591 /plugins/check_load.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/check_load.c')
| -rw-r--r-- | plugins/check_load.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/check_load.c b/plugins/check_load.c index 1b7865c7..7e1cc481 100644 --- a/plugins/check_load.c +++ b/plugins/check_load.c | |||
| @@ -224,9 +224,7 @@ process_arguments (int argc, char **argv) | |||
| 224 | print_help (); | 224 | print_help (); |
| 225 | exit (STATE_OK); | 225 | exit (STATE_OK); |
| 226 | case '?': /* help */ | 226 | case '?': /* help */ |
| 227 | printf (_("%s: Unknown argument: %s\n\n"), progname, optarg); | 227 | usage2 (_("Unknown argument"), optarg); |
| 228 | print_usage (); | ||
| 229 | exit (STATE_UNKNOWN); | ||
| 230 | } | 228 | } |
| 231 | } | 229 | } |
| 232 | 230 | ||
