Merge pull request #64 from hashken/help_stdout

Redirect --help output to stdout instead of stderr
This commit is contained in:
oblique 2015-03-28 21:01:33 +02:00
commit 56b155304c

View File

@ -612,7 +612,7 @@ eval set -- "$GETOPT_ARGS"
while :; do while :; do
case "$1" in case "$1" in
-h|--help) -h|--help)
usage >&2 usage
exit 1 exit 1
;; ;;
--version) --version)