OSDN Git Service

* cygserver.cc (print_usage): Fix scrambled output.
authorcorinna <corinna>
Fri, 21 Nov 2003 13:30:33 +0000 (13:30 +0000)
committercorinna <corinna>
Fri, 21 Nov 2003 13:30:33 +0000 (13:30 +0000)
winsup/cygserver/ChangeLog
winsup/cygserver/cygserver.cc

index 2fac321..339fc43 100644 (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.
index d38d12e..355060f 100644 (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"