]> git.sur5r.net Git - openldap/commitdiff
Add missing "\n" in usage statement
authorKurt Zeilenga <kurt@openldap.org>
Thu, 5 Aug 1999 20:50:40 +0000 (20:50 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 5 Aug 1999 20:50:40 +0000 (20:50 +0000)
servers/slapd/main.c

index 559c1b5dde3ee3c6bbe86af5fca24b9e041a30bb..85f2eababaa6ddfb792366da64559a9f502ffeab 100644 (file)
@@ -105,7 +105,7 @@ usage( char *name )
 #if defined(HAVE_SETUID) && defined(HAVE_SETGID)
                "\t-g group\tGroup (id or name) to ran as\n"
 #endif
-               "\t-h URLs\tList of URLs to serve"
+               "\t-h URLs\tList of URLs to serve\n"
 #ifdef LOG_LOCAL4
                "\t-l sysloguser\tSyslog User (default: LOCAL4)\n"
 #endif