diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2014-03-06 08:35:22 -0800 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2014-03-06 08:35:22 -0800 |
commit | a54f7eab35470bf34a3955cda94d372af3cd030d (patch) | |
tree | 7c6620dd416e2753392d3e40b946bf39e61e7128 /mirrorselect/main.py | |
parent | Tweak the proxy code to correctly handle the cli option. (diff) | |
download | mirrorselect-a54f7eab35470bf34a3955cda94d372af3cd030d.tar.gz mirrorselect-a54f7eab35470bf34a3955cda94d372af3cd030d.tar.bz2 mirrorselect-a54f7eab35470bf34a3955cda94d372af3cd030d.zip |
Fix typo in help message.
Diffstat (limited to 'mirrorselect/main.py')
-rwxr-xr-x | mirrorselect/main.py | 2 |
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( |