mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
Merge pull request #288 from mislav/usage-fix
fix obsolete usage instruction
This commit is contained in:
commit
2162054659
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ RBENV_VERSION_FILE="$1"
|
|||
RBENV_VERSION="$2"
|
||||
|
||||
if [ -z "$RBENV_VERSION" ] || [ -z "$RBENV_VERSION_FILE" ]; then
|
||||
echo "usage: rbenv write-version-file FILENAME VERSION" >&2
|
||||
echo "usage: rbenv version-file-write FILENAME VERSION" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue