Code

1041571: -D option processing corrected (Eric Chen). Changed process_arguments()...
[nagiosplug.git] / plugins / check_ping.c
index c04fb027287adfae2f04a0b281c186df99318f30..9fe71831684923d1fffa1816ce0c56c60a61eee3 100644 (file)
@@ -533,7 +533,5 @@ void
 print_usage (void)
 {
        printf ("Usage: %s -H <host_address> -w <wrta>,<wpl>%% -c <crta>,<cpl>%%\n\
-  [-p packets] [-t timeout] [-L] [-4|-6]\n", progname);
-       
-       printf (UT_HLP_VRS, progname, progname);
+                     [-p packets] [-t timeout] [-L] [-4|-6]\n", progname);
 }