summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2017-06-06 13:59:53 -0400
committerGitHub <noreply@github.com>2017-06-06 13:59:53 -0400
commitaac507ee098201cd543e09a0ce60441b1361d429 (patch)
treeb6f05813f865b3d9ce42d465801d5e1918818914
parent65a6002731c72b1ed7b64452c785586f2fb55c48 (diff)
downloadvirtualenv-aac507ee098201cd543e09a0ce60441b1361d429.tar.gz
Update help for --python to not mention Python 2.5
-rwxr-xr-xvirtualenv.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/virtualenv.py b/virtualenv.py
index 661668a..18caf52 100755
--- a/virtualenv.py
+++ b/virtualenv.py
@@ -538,7 +538,7 @@ def main():
'-p', '--python',
dest='python',
metavar='PYTHON_EXE',
- help='The Python interpreter to use, e.g., --python=python2.5 will use the python2.5 '
+ help='The Python interpreter to use, e.g., --python=python3.5 will use the python3.5 '
'interpreter to create the new environment. The default is the interpreter that '
'virtualenv was installed with (%s)' % sys.executable)