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_mrtg.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_mrtg.c')
-rw-r--r-- | plugins/check_mrtg.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/plugins/check_mrtg.c b/plugins/check_mrtg.c index 7cf7d89..cc4714c 100644 --- a/plugins/check_mrtg.c +++ b/plugins/check_mrtg.c | |||
@@ -379,8 +379,9 @@ this plugin works well for monitoring that kind of data as well.\n\n")); | |||
379 | void | 379 | void |
380 | print_usage (void) | 380 | print_usage (void) |
381 | { | 381 | { |
382 | printf (_("\ | 382 | printf ("\ |
383 | Usage: %s -F log_file -a <AVG | MAX> -v variable -w warning -c critical\n\ | 383 | Usage: %s -F log_file -a <AVG | MAX> -v variable -w warning -c critical\n\ |
384 | [-l label] [-u units] [-e expire_minutes] [-t timeout] [-v]\n"), progname); | 384 | [-l label] [-u units] [-e expire_minutes] [-t timeout] [-v]\n", progname); |
385 | printf (_(UT_HLP_VRS), progname, progname); | 385 | |
386 | printf (UT_HLP_VRS, progname, progname); | ||
386 | } | 387 | } |