Redirect --help output to stdout instead of stderr

This commit is contained in:
Karthik K 2015-03-28 18:37:07 +05:30
parent d0a013eaf8
commit fbeb5c918a

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)