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.
489489
490490Syntax::
491491
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
493496
494497The template option may be repeated to have several templates used to
495498create 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 {
976976function virtualenvwrapper_mkproject_help {
977977 echo " Usage: mkproject [-f|--force] [-t template] [virtualenv options] project_name"
978978 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"
980980 echo " already exists"
981981 echo
982982 echo " Multiple templates may be selected. They are applied in the order"
You can’t perform that action at this time.
0 commit comments