summaryrefslogtreecommitdiff
path: root/pip/baseparser.py
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2012-09-01 16:19:19 +0200
committerJannis Leidel <jannis@leidel.info>2012-09-01 16:19:19 +0200
commit235e1dea02abd3a89ab53ea8035fd4ee8a37887b (patch)
tree5e7b2c5a853aefed870863bed9da6722100e2420 /pip/baseparser.py
parent6083597ebebd05d28b57d53c6077bfa7c3b168f8 (diff)
parentb183a327412e83ac24a9c9d28a6bedd94bb69d7b (diff)
downloadpip-threaded-page-getting.tar.gz
Merge branch 'develop' into threaded-page-gettingthreaded-page-getting
Diffstat (limited to 'pip/baseparser.py')
-rw-r--r--pip/baseparser.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/pip/baseparser.py b/pip/baseparser.py
index 0742ef6f6..310403a99 100644
--- a/pip/baseparser.py
+++ b/pip/baseparser.py
@@ -285,10 +285,10 @@ parser.add_option(
choices=['s', 'i', 'w', 'b'],
default=[],
action='append',
- help="Default action when a path already exists."
- "Use this option more then one time to specify "
+ help="Default action when a path already exists. "
+ "Use this option more than one time to specify "
"another action if a certain option is not "
- "available, choices: "
+ "available. Choices: "
"(s)witch, (i)gnore, (w)ipe, (b)ackup")
parser.disable_interspersed_args()