Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2003-11-21 16:30:33 +0300
committerCorinna Vinschen <corinna@vinschen.de>2003-11-21 16:30:33 +0300
commite74c79a870eee701b1f10e78649ad3762904b780 (patch)
treefd6a219c7e81ebb3bcfbbf0876b02589912d2403 /winsup/cygserver
parent7343eefbded126b84a25eb3db9666d827376c5ef (diff)
* cygserver.cc (print_usage): Fix scrambled output.
Diffstat (limited to 'winsup/cygserver')
-rw-r--r--winsup/cygserver/ChangeLog4
-rw-r--r--winsup/cygserver/cygserver.cc2
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/cygserver/ChangeLog b/winsup/cygserver/ChangeLog
index 2fac321d5..339fc4385 100644
--- a/winsup/cygserver/ChangeLog
+++ b/winsup/cygserver/ChangeLog
@@ -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.
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"