From 7261739526312f4ce8695fbd75a61a7cc5e3b9d3 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 15 Jul 2009 18:27:32 +0200 Subject: cmdline: renamed option "--stdout" to "--stderr" Since version 0.14, MPD has been logging to standard error instead of standard output. The option name should reflect that. The old option continues to work, we will remove it in a future MPD release. --- src/cmdline.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/cmdline.c') diff --git a/src/cmdline.c b/src/cmdline.c index 5d2f10136..cb796ebab 100644 --- a/src/cmdline.c +++ b/src/cmdline.c @@ -97,6 +97,8 @@ void parse_cmdline(int argc, char **argv, struct options *options) { "no-daemon", 0, 0, G_OPTION_ARG_NONE, &option_no_daemon, "don't detach from console", NULL }, { "stdout", 0, 0, G_OPTION_ARG_NONE, &options->stderr, + NULL, NULL }, + { "stderr", 0, 0, G_OPTION_ARG_NONE, &options->stderr, "print messages to stderr", NULL }, { "verbose", 'v', 0, G_OPTION_ARG_NONE, &options->verbose, "verbose logging", NULL }, -- cgit v1.2.3