Skip to content

Commit 389ae9b

Browse files
LaosLosdhellmann
authored andcommitted
Add additional line to mkvirtualenv help
1 parent a90627f commit 389ae9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

virtualenvwrapper.sh

+1-1
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)