1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-16 07:13:53 -05:00

Documentation tweaks

This commit is contained in:
Sam Stephenson
2012-12-29 22:05:04 -06:00
parent 19666f2598
commit 37eca782cc
12 changed files with 27 additions and 26 deletions

View File

@@ -1,7 +1,6 @@
#!/usr/bin/env bash
# Summary: Configure shell environment for rbenv
# Usage: rbenv init [SHELL]
# rbenv init - [--no-rehash] [SHELL]
# Summary: Configure the shell environment for rbenv
# Usage: eval "$(rbenv init - [--no-rehash] [<shell>])"
set -e
[ -n "$RBENV_DEBUG" ] && set -x