summaryrefslogtreecommitdiffstats
path: root/plugins/check_mrtgtraf.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_mrtgtraf.c')
-rw-r--r--plugins/check_mrtgtraf.c7
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"));
363void 363void
364print_usage (void) 364print_usage (void)
365{ 365{
366 printf (_("\ 366 printf ("\
367Usage: %s -F <log_file> -a <AVG | MAX> -v <variable> -w <warning_pair> -c <critical_pair>\n\ 367Usage: %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}