* cygserver.cc (print_usage): Fix scrambled output.

This commit is contained in:
Corinna Vinschen 2003-11-21 13:30:33 +00:00
parent 7343eefbde
commit e74c79a870
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-11-21 Corinna Vinschen <corinna@vinschen.de>
* cygserver.cc (print_usage): Fix scrambled output.
2003-11-20 Corinna Vinschen <corinna@vinschen.de>
* cygserver-config: Slightly modify printed message.

View File

@ -463,6 +463,7 @@ print_usage (const char *const pgm)
log (LOG_NOTICE, "Usage: %s [OPTIONS]\n"
"Configuration option:\n"
" -f, --config-file <file> Use <file> as config file. Default is\n"
" " DEF_CONFIG_FILE "\n"
"\n"
"Performance options:\n"
" -c, --cleanup-threads <num> Number of cleanup threads to use.\n"
@ -472,7 +473,6 @@ print_usage (const char *const pgm)
" -d, --debug Log debug messages to stderr.\n"
" -e, --stderr Log to stderr (default if stderr is a tty).\n"
" -E, --no-stderr Don't log to stderr (see -y, -Y options).\n"
" " DEF_CONFIG_FILE "\n"
" -l, --log-level <level> Verbosity of logging (1..7). Default: 6\n"
" -y, --syslog Log to syslog (default if stderr is no tty).\n"
" -Y, --no-syslog Don't log to syslog (See -e, -E options).\n"