Navigation Menu

Skip to content

Commit

Permalink
FIX: Always return success after help.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
inkarkat committed Apr 27, 2012
1 parent 97035d3 commit f2b9734
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion todo.sh
Expand Up @@ -156,7 +156,6 @@ help()
EndVerboseHelp
actionsHelp
addonHelp
exit 1
}

actionsHelp()
Expand Down

0 comments on commit f2b9734

Please sign in to comment.