mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-20 16:01:10 +08:00
* cygserver.cc (print_usage): Fix scrambled output.
This commit is contained in:
parent
7343eefbde
commit
e74c79a870
@ -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.
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user