diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2003-11-21 13:30:33 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2003-11-21 13:30:33 +0000 |
commit | e74c79a870eee701b1f10e78649ad3762904b780 (patch) | |
tree | fd6a219c7e81ebb3bcfbbf0876b02589912d2403 /winsup/cygserver/cygserver.cc | |
parent | 7343eefbded126b84a25eb3db9666d827376c5ef (diff) | |
download | cygnal-e74c79a870eee701b1f10e78649ad3762904b780.tar.gz cygnal-e74c79a870eee701b1f10e78649ad3762904b780.tar.bz2 cygnal-e74c79a870eee701b1f10e78649ad3762904b780.zip |
* cygserver.cc (print_usage): Fix scrambled output.
Diffstat (limited to 'winsup/cygserver/cygserver.cc')
-rw-r--r-- | winsup/cygserver/cygserver.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygserver/cygserver.cc b/winsup/cygserver/cygserver.cc index d38d12eee..355060feb 100644 --- a/winsup/cygserver/cygserver.cc +++ b/winsup/cygserver/cygserver.cc @@ -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" |