This website works better with JavaScript.
Home
Explore
Help
Sign In
isprogram
/
pyenv
mirror of
https://github.com/pyenv/pyenv.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
241
Wiki
Activity
Browse Source
fix obsolete usage instruction
pull/360/head^2
Mislav Marohnić
13 years ago
parent
2a347226df
commit
0ff3ca8a12
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libexec/rbenv-version-file-write
+ 1
- 1
libexec/rbenv-version-file-write
View File
@ -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-fil
e-writ
e FILENAME VERSION" >&2
exit 1
fi
Write
Preview
Loading…
Cancel
Save