Skip to content

Commit 52983fa

Browse files
committed
Add additional line to mkvirtualenv help
1 parent e97a0ec commit 52983fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

virtualenvwrapper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ function virtualenvwrapper_verify_active_environment {
375375

376376
# Help text for mkvirtualenv
377377
function virtualenvwrapper_mkvirtualenv_help {
378-
echo "Usage: mkvirtualenv [-a project_path] [-i package] [-r requirements_file] [virtualenv options] env_name"
378+
echo "Usage: mkvirtualenv [-a project_path] [-i package] [-r requirements_file] [-p python_interpreter] [virtualenv options] env_name"
379379
echo
380380
echo " -a project_path"
381381
echo

0 commit comments

Comments
 (0)