* cygserver.cc (print_usage): Fix scrambled output.
This commit is contained in:
		| @@ -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> | 2003-11-20  Corinna Vinschen  <corinna@vinschen.de> | ||||||
|  |  | ||||||
| 	* cygserver-config: Slightly modify printed message. | 	* cygserver-config: Slightly modify printed message. | ||||||
|   | |||||||
| @@ -463,6 +463,7 @@ print_usage (const char *const pgm) | |||||||
|   log (LOG_NOTICE, "Usage: %s [OPTIONS]\n" |   log (LOG_NOTICE, "Usage: %s [OPTIONS]\n" | ||||||
| "Configuration option:\n" | "Configuration option:\n" | ||||||
| "  -f, --config-file <file>      Use <file> as config file.  Default is\n" | "  -f, --config-file <file>      Use <file> as config file.  Default is\n" | ||||||
|  | "                                " DEF_CONFIG_FILE "\n" | ||||||
| "\n" | "\n" | ||||||
| "Performance options:\n" | "Performance options:\n" | ||||||
| "  -c, --cleanup-threads <num>   Number of cleanup threads to use.\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" | "  -d, --debug                   Log debug messages to stderr.\n" | ||||||
| "  -e, --stderr                  Log to stderr (default if stderr is a tty).\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" | "  -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" | "  -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, --syslog                  Log to syslog (default if stderr is no tty).\n" | ||||||
| "  -Y, --no-syslog               Don't log to syslog (See -e, -E options).\n" | "  -Y, --no-syslog               Don't log to syslog (See -e, -E options).\n" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user