explicit --version flag

Without it, it falls back to `--version` being executed as a subcommand,
which works but isn't obvious
This commit is contained in:
Jason Karns 2015-11-17 14:46:02 -05:00
parent 825de5d2e3
commit 06e4f1b682

View file

@ -97,7 +97,7 @@ case "$command" in
} >&2
exit 1
;;
-v )
-v | --version )
exec rbenv---version
;;
-h | --help )