mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
Don't print version before help summary (bare rbenv
already does this)
This commit is contained in:
parent
e2e474c59d
commit
57df945738
1 changed files with 0 additions and 1 deletions
|
@ -124,7 +124,6 @@ if [ "$1" = "--usage" ]; then
|
|||
fi
|
||||
|
||||
if [ -z "$1" ] || [ "$1" == "rbenv" ]; then
|
||||
[ -n "$usage" ] || rbenv---version
|
||||
echo "Usage: rbenv <command> [<args>]"
|
||||
[ -z "$usage" ] || exit
|
||||
echo
|
||||
|
|
Loading…
Reference in a new issue