File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -489,7 +489,10 @@ PROJECT_HOME.
489
489
490
490
Syntax::
491
491
492
- mkproject [-t template] [virtualenv_options] ENVNAME
492
+ mkproject [-f|--force] [-t template] [virtualenv_options] ENVNAME
493
+
494
+ -f, --force Create the virtualenv even if the project directory
495
+ already exists
493
496
494
497
The template option may be repeated to have several templates used to
495
498
create a new project. The templates are applied in the order named on
Original file line number Diff line number Diff line change @@ -976,7 +976,7 @@ function setvirtualenvproject {
976
976
function virtualenvwrapper_mkproject_help {
977
977
echo " Usage: mkproject [-f|--force] [-t template] [virtualenv options] project_name"
978
978
echo
979
- echo " -f, --force Create the project even if the project directory"
979
+ echo " -f, --force Create the virtualenv even if the project directory"
980
980
echo " already exists"
981
981
echo
982
982
echo " Multiple templates may be selected. They are applied in the order"
You can’t perform that action at this time.
0 commit comments