Gentoo Archives: gentoo-commits

From: Brian Dolbec <brian.dolbec@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mirrorselect:master commit in: mirrorselect/
Date: Mon, 05 May 2014 02:04:35
Message-Id: 1394123722.a54f7eab35470bf34a3955cda94d372af3cd030d.dol-sen@gentoo
1 commit: a54f7eab35470bf34a3955cda94d372af3cd030d
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 6 16:35:22 2014 +0000
4 Commit: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
5 CommitDate: Thu Mar 6 16:35:22 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mirrorselect.git;a=commit;h=a54f7eab
7
8 Fix typo in help message.
9
10 ---
11 mirrorselect/main.py | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/mirrorselect/main.py b/mirrorselect/main.py
15 index 15b8ead..3014c3f 100755
16 --- a/mirrorselect/main.py
17 +++ b/mirrorselect/main.py
18 @@ -200,7 +200,7 @@ class MirrorSelect(object):
19 "-R", "--region", action="store", default=None,
20 help="only use mirrors from the specified region "
21 "NOTE: Names with a space must be quoted "
22 - "eg.: -r 'North America'")
23 + "eg.: -R 'North America'")
24
25 group = parser.add_option_group("Other options")
26 group.add_option(