Print help and version information on STDOUT.
[ssic.git] / src / ssic.pl
index 598468c4dd616bcf082c77f7d3c1c96ee4d40450..2f3744e8a4e80310e87c135235a2e0037b559e26 100755 (executable)
@@ -43,11 +43,11 @@ sub main
        }
 
        if (exists($opts{'h'})) {
-               help(*STDERR);
+               help(*STDOUT);
                exit(0);
        }
        if (exists($opts{'V'})) {
-               version(*STDERR);
+               version(*STDOUT);
                exit(0);
        }