diff finch/finch.c @ 25059:49d51dbcb799

Debug log is sent to stderr. Thanks to whoever noticed it in IRC the other day.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 04 Feb 2009 22:46:45 +0000
parents b2f8b1e1e7cc
children 1d3274111180
line wrap: on
line diff
--- a/finch/finch.c	Wed Feb 04 22:46:08 2009 +0000
+++ b/finch/finch.c	Wed Feb 04 22:46:45 2009 +0000
@@ -210,7 +210,7 @@
 		text = g_strdup_printf(_("%s\n"
 		       "Usage: %s [OPTION]...\n\n"
 		       "  -c, --config=DIR    use DIR for config files\n"
-		       "  -d, --debug         print debugging messages to stdout\n"
+		       "  -d, --debug         print debugging messages to stderr\n"
 		       "  -h, --help          display this help and exit\n"
 		       "  -n, --nologin       don't automatically login\n"
 		       "  -v, --version       display the current version and exit\n"), DISPLAY_VERSION, name);