Code

remove UT_HLP_VRS from print_usage
[nagiosplug.git] / plugins / check_nwstat.c
index 98b06d90ecc71163a96f9f130874fd4b9a567d8d..b791640f5e1d849efb5a7949586fd69699ed0140 100644 (file)
@@ -989,7 +989,5 @@ void print_usage(void)
 {
        printf ("\
 Usage: %s -H host [-p port] [-v variable] [-w warning] [-c critical]\n\
-  [-t timeout].\n", progname);
-       
-       printf (UT_HLP_VRS, progname, progname);
+          [-t timeout].\n", progname);
 }