aboutsummaryrefslogtreecommitdiff
path: root/plugins/check_mrtg.c
diff options
context:
space:
mode:
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 7cf7d897..cc4714cf 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"));
void
print_usage (void)
{
- printf (_("\
+ printf ("\
Usage: %s -F log_file -a <AVG | MAX> -v variable -w warning -c critical\n\
- [-l label] [-u units] [-e expire_minutes] [-t timeout] [-v]\n"), progname);
- printf (_(UT_HLP_VRS), progname, progname);
+ [-l label] [-u units] [-e expire_minutes] [-t timeout] [-v]\n", progname);
+
+ printf (UT_HLP_VRS, progname, progname);
}