Skip to content

Commit dcd6aa4

Browse files
committed
Document mkproject --force usage
1 parent 80fbd6b commit dcd6aa4

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/source/command_ref.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,10 @@ PROJECT_HOME.
489489

490490
Syntax::
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

494497
The template option may be repeated to have several templates used to
495498
create a new project. The templates are applied in the order named on

virtualenvwrapper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,7 @@ function setvirtualenvproject {
976976
function 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"

0 commit comments

Comments
 (0)