summaryrefslogtreecommitdiffstats
path: root/plugins/check_mrtg.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_mrtg.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_mrtg.c')
-rw-r--r--plugins/check_mrtg.c7
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"));
379void 379void
380print_usage (void) 380print_usage (void)
381{ 381{
382 printf (_("\ 382 printf ("\
383Usage: %s -F log_file -a <AVG | MAX> -v variable -w warning -c critical\n\ 383Usage: %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}