summaryrefslogtreecommitdiff
path: root/tox
diff options
context:
space:
mode:
authorPaweł Adamczak <pawel.ad@gmail.com>2017-03-09 12:07:18 +0000
committerGitHub <noreply@github.com>2017-03-09 12:07:18 +0000
commit41501e17ca27098603df7948ffbb7d7f47d2982f (patch)
tree81dc667db6dc13bf2a9b590ae7cf20bd69007ddc /tox
parentd6c507752fbaaca6d55db817ae8fd18c042e6d4e (diff)
downloadtox-git-41501e17ca27098603df7948ffbb7d7f47d2982f.tar.gz
Updated '-c' parameter help message
Diffstat (limited to 'tox')
-rwxr-xr-xtox/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox/config.py b/tox/config.py
index df09c060..a02c34ea 100755
--- a/tox/config.py
+++ b/tox/config.py
@@ -324,7 +324,7 @@ def tox_addoption(parser):
dest="listenvs", help="show list of test environments")
parser.add_argument("-c", action="store", default="tox.ini",
dest="configfile",
- help="use the specified config file name.")
+ help="config file name or directory with 'tox.ini' file.")
parser.add_argument("-e", action="append", dest="env",
metavar="envlist",
help="work against specified environments (ALL selects all).")