From caab043e6fa3308d76e5fa95fb9735cb3f781d67 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Tue, 1 Mar 2005 11:33:22 +0000 Subject: Output help to stdout --- parsehdlist.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parsehdlist.c b/parsehdlist.c index f88cdfb..91ee754 100644 --- a/parsehdlist.c +++ b/parsehdlist.c @@ -268,9 +268,9 @@ int sql_print_int(Header header, int tag, int state) { static void print_help(void) { - fprintf(stderr, + printf( "parsehdlist version " VERSION_STRING "\n" - "Copyright (C) 2000-2004 Mandrakesoft.\n" + "Copyright (C) 2000-2005 Mandrakesoft.\n" "This is free software and may be redistributed under the terms of the GNU GPL.\n" "\n" "usage:\n" -- cgit v1.2.1