Skip to content

Commit cd77c94

Browse files
committed
Add note about -a option to history file and clarify its description in the docs a bit.
1 parent 0a4c268 commit cd77c94

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/en/command_ref.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ activated after being initialized.
4141
mynewenv
4242
(mynewenv)$
4343

44-
The ``-a`` option can be used to associate a project with the new environment.
44+
The ``-a`` option can be used to associate an existing project
45+
directory with the new environment.
4546

4647
The ``-i`` option can be used to install one or more packages (by
4748
repeating the option) after the environment is created.

docs/en/history.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Release History
33
===============
44

5+
dev
6+
7+
- Add ``-a`` option to :ref:`command-mkvirtualenv` to associate a
8+
new virtualenv with an existing project directory. Contributed by
9+
Mike Fogel (:bbuser:`mfogel`).
10+
511
2.10.1
612

713
- Changed arguments to :ref:`command-mktmpenv` so it always creates

0 commit comments

Comments
 (0)