From f2b97340474700f1eff53fae97f6b80bf32da2a7 Mon Sep 17 00:00:00 2001 From: Ingo Karkat Date: Fri, 27 Apr 2012 13:40:52 +0200 Subject: [PATCH] FIX: Always return success after help. Usually (i.e. when a pager is available), the help() output is piped through the pager, and then the return code will be the one of the pager. So the exit 1 at the end of help() doesn't make much sense, and should be abolished for consistency. --- todo.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/todo.sh b/todo.sh index 807ac2c..2a77dc5 100755 --- a/todo.sh +++ b/todo.sh @@ -156,7 +156,6 @@ help() EndVerboseHelp actionsHelp addonHelp - exit 1 } actionsHelp()