aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2014-03-06 08:35:22 -0800
committerBrian Dolbec <dolsen@gentoo.org>2014-03-06 08:35:22 -0800
commita54f7eab35470bf34a3955cda94d372af3cd030d (patch)
tree7c6620dd416e2753392d3e40b946bf39e61e7128
parentTweak the proxy code to correctly handle the cli option. (diff)
downloadmirrorselect-a54f7eab35470bf34a3955cda94d372af3cd030d.tar.gz
mirrorselect-a54f7eab35470bf34a3955cda94d372af3cd030d.tar.bz2
mirrorselect-a54f7eab35470bf34a3955cda94d372af3cd030d.zip
Fix typo in help message.
-rwxr-xr-xmirrorselect/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mirrorselect/main.py b/mirrorselect/main.py
index 15b8ead..3014c3f 100755
--- a/mirrorselect/main.py
+++ b/mirrorselect/main.py
@@ -200,7 +200,7 @@ class MirrorSelect(object):
"-R", "--region", action="store", default=None,
help="only use mirrors from the specified region "
"NOTE: Names with a space must be quoted "
- "eg.: -r 'North America'")
+ "eg.: -R 'North America'")
group = parser.add_option_group("Other options")
group.add_option(