diff options
author | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-03 11:45:10 +0000 |
---|---|---|
committer | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-03 11:45:10 +0000 |
commit | fa002886e390f5cc603021e422be3c319a1040ea (patch) | |
tree | 63e7af0f720a031aa3f6cd0ca7125f37e50575d0 /plugins/check_ide-smart.c | |
parent | 83df67099daebd7189ad0417089040f3b2de27c1 (diff) | |
download | monitoring-plugins-fa002886e390f5cc603021e422be3c319a1040ea.tar.gz |
internationalization fixes and help fixes
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@989 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_ide-smart.c')
-rw-r--r-- | plugins/check_ide-smart.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/check_ide-smart.c b/plugins/check_ide-smart.c index 6ceebe25..aa74f980 100644 --- a/plugins/check_ide-smart.c +++ b/plugins/check_ide-smart.c | |||
@@ -385,7 +385,7 @@ void | |||
385 | show_help () | 385 | show_help () |
386 | { | 386 | { |
387 | printf (_("\ | 387 | printf (_("\ |
388 | Usage: check_ide-smart [DEVICE] [OPTION]\n\ | 388 | Usage: %s [DEVICE] [OPTION]\n\ |
389 | -d, --device=DEVICE\n\ | 389 | -d, --device=DEVICE\n\ |
390 | Select device DEVICE\n\ | 390 | Select device DEVICE\n\ |
391 | -i, --immediate\n\ | 391 | -i, --immediate\n\ |
@@ -397,9 +397,9 @@ Usage: check_ide-smart [DEVICE] [OPTION]\n\ | |||
397 | -0, --auto-off\n\ | 397 | -0, --auto-off\n\ |
398 | Turn off automatic offline tests\n\ | 398 | Turn off automatic offline tests\n\ |
399 | -n, --net-saint\n\ | 399 | -n, --net-saint\n\ |
400 | Output suitable for Net Saint\n\ | 400 | Output suitable for Net Saint\n", progname); |
401 | -h, --help\n\ | 401 | |
402 | -V, --version\n")); | 402 | printf (UT_HLP_VRS, progname, progname); |
403 | } | 403 | } |
404 | 404 | ||
405 | 405 | ||