diff options
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 | } |