Printing --help is not an error, but a successful operation, if the help output could be printed. Signed-off-by: martin f. krafft <madduck@xxxxxxxxxx> --- tg.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tg.sh b/tg.sh index 40c4ab7..ea22544 100644 --- a/tg.sh +++ b/tg.sh @@ -243,7 +243,7 @@ while [ -n "$1" ]; do help|--help|-h) shift do_help "$1" - exit 1;; + exit 0;; esac shift done -- 1.6.0.2 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html