소스 검색

Include `install` and `uninstall` in help if ruby-build is installed

pull/360/head^2
Sam Stephenson 13 년 전
부모
커밋
51467dc4a3
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. +1
    -3
      libexec/rbenv-help

+ 1
- 3
libexec/rbenv-help 파일 보기

@ -93,8 +93,6 @@ print_summary() {
if [ -n "$summary" ]; then
printf " %-9s %s\n" "$command" "$summary"
else
return 1
fi
}
@ -145,7 +143,7 @@ if [ -z "$1" ] || [ "$1" == "rbenv" ]; then
[ -z "$usage" ] || exit
echo
echo "Some useful rbenv commands are:"
print_summaries commands rehash global local shell version versions which whence
print_summaries commands global local shell install uninstall rehash version versions which whence
echo
echo "See \`rbenv help <command>' for information on a specific command."
echo "For full documentation, see: https://github.com/sstephenson/rbenv#readme"

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