mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 09:39:45 -05:00
Add missing "\n" in usage statement
This commit is contained in:
parent
e0691dfbc0
commit
352354bcbb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue