summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLukasz Balcerzak <lukaszbalcerzak@gmail.com>2013-06-20 22:13:01 +0200
committerLukasz Balcerzak <lukaszbalcerzak@gmail.com>2013-06-20 22:13:01 +0200
commitca384559e66ff04bd51cbb3ce1f23b80cc2dd5c1 (patch)
tree22262db1de6f48448901fea3ee057c133d14cc50 /doc
parent9e5db2b1108fd0e23d1e64acf83f6a1a3323a11e (diff)
downloadtox-ca384559e66ff04bd51cbb3ce1f23b80cc2dd5c1.tar.gz
Removed --envonly switch from devenv docs
Diffstat (limited to 'doc')
-rw-r--r--doc/example/devenv.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/example/devenv.txt b/doc/example/devenv.txt
index f636e8a..d944487 100644
--- a/doc/example/devenv.txt
+++ b/doc/example/devenv.txt
@@ -36,7 +36,7 @@ Creating development environment
Once ``devenv`` section is defined we can instrument tox to create our
environment::
- tox -e devenv --envonly
+ tox -e devenv
This will create an environment at path specified by ``envdir`` under
``[testenv:devenv]`` section.