diff options
author | Jannis Leidel <jannis@leidel.info> | 2012-09-01 16:19:19 +0200 |
---|---|---|
committer | Jannis Leidel <jannis@leidel.info> | 2012-09-01 16:19:19 +0200 |
commit | 235e1dea02abd3a89ab53ea8035fd4ee8a37887b (patch) | |
tree | 5e7b2c5a853aefed870863bed9da6722100e2420 /pip/baseparser.py | |
parent | 6083597ebebd05d28b57d53c6077bfa7c3b168f8 (diff) | |
parent | b183a327412e83ac24a9c9d28a6bedd94bb69d7b (diff) | |
download | pip-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.py | 6 |
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() |