diff options
author | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-03 11:45:10 (GMT) |
---|---|---|
committer | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-03 11:45:10 (GMT) |
commit | fa002886e390f5cc603021e422be3c319a1040ea (patch) | |
tree | 63e7af0f720a031aa3f6cd0ca7125f37e50575d0 /plugins/check_mrtgtraf.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_mrtgtraf.c')
-rw-r--r-- | plugins/check_mrtgtraf.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/plugins/check_mrtgtraf.c b/plugins/check_mrtgtraf.c index f8d6955..69778e3 100644 --- a/plugins/check_mrtgtraf.c +++ b/plugins/check_mrtgtraf.c | |||
@@ -363,8 +363,9 @@ the <iwl> or <owl> thresholds (in Bytes/sec), a WARNING status results.\n\n")); | |||
363 | void | 363 | void |
364 | print_usage (void) | 364 | print_usage (void) |
365 | { | 365 | { |
366 | printf (_("\ | 366 | printf ("\ |
367 | Usage: %s -F <log_file> -a <AVG | MAX> -v <variable> -w <warning_pair> -c <critical_pair>\n\ | 367 | Usage: %s -F <log_file> -a <AVG | MAX> -v <variable> -w <warning_pair> -c <critical_pair>\n\ |
368 | [-e expire_minutes] [-t timeout] [-v]\n"), progname); | 368 | [-e expire_minutes] [-t timeout] [-v]\n", progname); |
369 | printf (_(UT_HLP_VRS), progname, progname); | 369 | |
370 | printf (UT_HLP_VRS, progname, progname); | ||
370 | } | 371 | } |