From a54f7eab35470bf34a3955cda94d372af3cd030d Mon Sep 17 00:00:00 2001 From: Brian Dolbec Date: Thu, 6 Mar 2014 08:35:22 -0800 Subject: Fix typo in help message. --- mirrorselect/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mirrorselect') 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( -- cgit v1.2.3-18-g5258