Code

Add newline after "Usage:" in --help
[nagiosplug.git] / plugins / check_ldap.c
index 11644a1fb96d68e4c192461f5b30bcef7b27fde2..b933ff280666b17f55515dc877ec232982ce2424 100644 (file)
@@ -449,7 +449,7 @@ print_help (void)
 void
 print_usage (void)
 {
-  printf (_("Usage:"));
+  printf ("%s\n", _("Usage:"));
        printf (" %s -H <host> -b <base_dn> [-p <port>] [-a <attr>] [-D <binddn>]",progname);
   printf ("\n       [-P <password>] [-w <warn_time>] [-c <crit_time>] [-t timeout]%s\n",
 #ifdef HAVE_LDAP_SET_OPTION