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_nagios.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_nagios.c')
-rw-r--r-- | plugins/check_nagios.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/check_nagios.c b/plugins/check_nagios.c index 7b312d3e..694c069c 100644 --- a/plugins/check_nagios.c +++ b/plugins/check_nagios.c | |||
@@ -302,7 +302,9 @@ Example:\n\ | |||
302 | void | 302 | void |
303 | print_usage (void) | 303 | print_usage (void) |
304 | { | 304 | { |
305 | printf (_("\ | 305 | printf ("\ |
306 | Usage: %s -F <status log file> -e <expire_minutes> -C <process_string>\n"), | 306 | Usage: %s -F <status log file> -e <expire_minutes> -C <process_string>\n", |
307 | progname); | 307 | progname); |
308 | |||
309 | printf (UT_HLP_VRS, progname, progname); | ||
308 | } | 310 | } |