summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Meyer <carl@oddbird.net>2014-10-07 10:44:37 -0600
committerCarl Meyer <carl@oddbird.net>2014-10-07 10:44:37 -0600
commitc5f1982a9d2dabf6f7eeae0e795d74523ad253eb (patch)
treeb47d256714fcdbeef7ea5712f127c8301c09ef0b
parentfde8f18e5baa7c4bad05be63847d2bb4ac971248 (diff)
downloadtox-c5f1982a9d2dabf6f7eeae0e795d74523ad253eb.tar.gz
Expand help text for --pre option.
-rw-r--r--tox/_config.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox/_config.py b/tox/_config.py
index a778b11..ee450d8 100644
--- a/tox/_config.py
+++ b/tox/_config.py
@@ -106,7 +106,8 @@ def prepare_parse(pkgname):
help="set indexserver url (if URL is of form name=url set the "
"url for the 'name' indexserver, specifically)")
parser.add_argument("--pre", action="store_true", dest="pre",
- help="pass --pre option to install_command")
+ help="install pre-releases and development versions of dependencies. "
+ "This will pass the --pre option to install_command (pip by default).")
parser.add_argument("-r", "--recreate", action="store_true",
dest="recreate",
help="force recreation of virtual environments")