summaryrefslogtreecommitdiffstats
path: root/plugins/check_ide-smart.c
diff options
context:
space:
mode:
authorBenoit Mortier <opensides@users.sourceforge.net>2004-12-03 11:45:10 (GMT)
committerBenoit Mortier <opensides@users.sourceforge.net>2004-12-03 11:45:10 (GMT)
commitfa002886e390f5cc603021e422be3c319a1040ea (patch)
tree63e7af0f720a031aa3f6cd0ca7125f37e50575d0 /plugins/check_ide-smart.c
parent83df67099daebd7189ad0417089040f3b2de27c1 (diff)
downloadmonitoring-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.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/check_ide-smart.c b/plugins/check_ide-smart.c
index 6ceebe2..aa74f98 100644
--- a/plugins/check_ide-smart.c
+++ b/plugins/check_ide-smart.c
@@ -385,7 +385,7 @@ void
385show_help () 385show_help ()
386{ 386{
387 printf (_("\ 387 printf (_("\
388Usage: check_ide-smart [DEVICE] [OPTION]\n\ 388Usage: %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