summaryrefslogtreecommitdiff
path: root/pip/baseparser.py
diff options
context:
space:
mode:
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()