Code

Add newline after "Usage:" in --help
[nagiosplug.git] / plugins / check_http.c
index a21669c05c747798f3deecd67d027ead572bd17b..7f773c83fd5a4aaa3f6c947133ff3d7a5eb7d7df 100644 (file)
@@ -1430,7 +1430,7 @@ print_help (void)
 void
 print_usage (void)
 {
-  printf (_("Usage:"));
+  printf ("%s\n", _("Usage:"));
   printf (" %s -H <vhost> | -I <IP-address> [-u <uri>] [-p <port>]\n",progname);
   printf ("       [-w <warn time>] [-c <critical time>] [-t <timeout>] [-L] [-a auth]\n");
   printf ("       [-b proxy_auth] [-f <ok|warning|critcal|follow|sticky|stickyport>]\n");