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

@@ -62,7 +62,7 @@ version() {
usage() {
{ version
echo "usage: python-virtualenv [-v|--verbose] [VIRTUALENV_OPTIONS] python_prefix virtualenv_path"
echo "usage: python-virtualenv [-v|--verbose] [VIRTUALENV_OPTIONS] python_bin virtualenv_path"
} >&2
if [ -z "$1" ]; then