From fa002886e390f5cc603021e422be3c319a1040ea Mon Sep 17 00:00:00 2001 From: Benoit Mortier Date: Fri, 3 Dec 2004 11:45:10 +0000 Subject: internationalization fixes and help fixes git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@989 f882894a-f735-0410-b71e-b25c423dba1c --- plugins/check_ide-smart.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/check_ide-smart.c') 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 show_help () { printf (_("\ -Usage: check_ide-smart [DEVICE] [OPTION]\n\ +Usage: %s [DEVICE] [OPTION]\n\ -d, --device=DEVICE\n\ Select device DEVICE\n\ -i, --immediate\n\ @@ -397,9 +397,9 @@ Usage: check_ide-smart [DEVICE] [OPTION]\n\ -0, --auto-off\n\ Turn off automatic offline tests\n\ -n, --net-saint\n\ - Output suitable for Net Saint\n\ - -h, --help\n\ - -V, --version\n")); + Output suitable for Net Saint\n", progname); + + printf (UT_HLP_VRS, progname, progname); } -- cgit v1.2.3-74-g34f1