Skip to content

Commit

Permalink
add --help flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkarns committed Nov 13, 2015
1 parent fc35d83 commit a53d3d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/rbenv-update
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ while [ $# -gt 0 ]; do
-n | --noop ) noop=true ;;
-v | --verbose ) verbose=true ;;
-q | --quiet | --silent ) quiet=true ;;
--help ) rbenv-help update && exit ;;
* )
echo "Unrecognized option: $1" >&2
rbenv-help update
Expand Down

0 comments on commit a53d3d2

Please sign in to comment.