projects
/
ssic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a99b19f
)
Print help and version information on STDOUT.
author
P. J. McDermott
<pjm@nac.net>
Mon, 23 Sep 2013 00:16:14 +0000
(20:16 -0400)
committer
P. J. McDermott
<pjm@nac.net>
Mon, 23 Sep 2013 00:16:14 +0000
(20:16 -0400)
src/ssic.pl
patch
|
blob
|
history
diff --git
a/src/ssic.pl
b/src/ssic.pl
index 598468c4dd616bcf082c77f7d3c1c96ee4d40450..2f3744e8a4e80310e87c135235a2e0037b559e26 100755
(executable)
--- a/
src/ssic.pl
+++ b/
src/ssic.pl
@@
-43,11
+43,11
@@
sub main
}
if (exists($opts{'h'})) {
- help(*STD
ERR
);
+ help(*STD
OUT
);
exit(0);
}
if (exists($opts{'V'})) {
- version(*STD
ERR
);
+ version(*STD
OUT
);
exit(0);
}