Print help and version information on STDOUT.
authorP. J. McDermott <pjm@nac.net>
Mon, 23 Sep 2013 00:16:14 +0000 (20:16 -0400)
committerP. J. McDermott <pjm@nac.net>
Mon, 23 Sep 2013 00:16:14 +0000 (20:16 -0400)
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);
        }