Send help info to stdout instead of stderr (dvdauthor)
Index: dvdauthor-0.6.18/src/dvdcli.c
===================================================================
--- dvdauthor-0.6.18.orig/src/dvdcli.c	2010-03-24 13:51:22.486996164 +0100
+++ dvdauthor-0.6.18/src/dvdcli.c	2010-03-24 13:51:31.886981892 +0100
@@ -278,7 +278,7 @@
 #define LONGOPT2(x,y) y
 #endif
 
-    fprintf(stderr,
+    fprintf(stdout,
             "syntax: dvdauthor [-o VTSBASE | -n] [options] VOBFILE(s)\n"
             "\n\t-x XMLFILE where XMLFILE is a configuration file describing the\n"
             "\t    structure of the DVD to create.  If you use a config file, then you\n"
