update help messages

This commit is contained in:
Yamashita Yuu
2012-10-18 12:01:04 +09:00
parent 50403a674e
commit 908334a8e5
3 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ fi
eval "$(python-virtualenv --lib)"
usage() {
{ echo "usage: pyenv virtualenv [-v|--verbose] [VIRTUALENV_OPTIONS] PYTHON_VERSION NAME"
{ echo "usage: pyenv virtualenv [-v|--verbose] [VIRTUALENV_OPTIONS] VERSION VIRTUALENV_NAME"
echo
echo " -v/--verbose Verbose mode: print compilation status to stdout"
echo