소스 검색

fix obsolete usage instruction

pull/360/head^2
Mislav Marohnić 13 년 전
부모
커밋
0ff3ca8a12
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      libexec/rbenv-version-file-write

+ 1
- 1
libexec/rbenv-version-file-write 파일 보기

@ -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

불러오는 중...
취소
저장