Code

remove UT_HLP_VRS from print_usage
[nagiosplug.git] / plugins / check_mrtgtraf.c
index 69778e352ae9bc565e6eb7cca9b7773d74a29916..9b408a4244ebf5e018aab55a3bfa261610ad091b 100644 (file)
@@ -359,13 +359,10 @@ the <iwl> or <owl> thresholds (in Bytes/sec), a WARNING status results.\n\n"));
 
 
 
-
 void
 print_usage (void)
 {
        printf ("\
 Usage: %s -F <log_file> -a <AVG | MAX> -v <variable> -w <warning_pair> -c <critical_pair>\n\
-  [-e expire_minutes] [-t timeout] [-v]\n", progname);
-       
-       printf (UT_HLP_VRS, progname, progname);
+          [-e expire_minutes] [-t timeout] [-v]\n", progname);
 }