From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8D9801381F3 for ; Tue, 15 Oct 2013 14:39:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9124BE0953; Tue, 15 Oct 2013 14:39:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2B647E0AD1 for ; Tue, 15 Oct 2013 14:39:41 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 03EF733EFDE for ; Tue, 15 Oct 2013 14:39:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B0EA7E5462 for ; Tue, 15 Oct 2013 14:39:29 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1381847855.38500517d0396bd1cc94bf31293ba95ad2982dad.dol-sen@gentoo> Subject: [gentoo-commits] proj/mirrorselect:master commit in: mirrorselect/ X-VCS-Repository: proj/mirrorselect X-VCS-Files: mirrorselect/main.py X-VCS-Directories: mirrorselect/ X-VCS-Committer: dol-sen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 38500517d0396bd1cc94bf31293ba95ad2982dad X-VCS-Branch: master Date: Tue, 15 Oct 2013 14:39:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 79d063c7-a3f3-41bf-aba7-afb802ea0fa2 X-Archives-Hash: a834ed407d50a60873979a9cd2653cb5 commit: 38500517d0396bd1cc94bf31293ba95ad2982dad Author: Brian Dolbec gentoo org> AuthorDate: Tue Oct 15 14:37:35 2013 +0000 Commit: Brian Dolbec gmail com> CommitDate: Tue Oct 15 14:37:35 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mirrorselect.git;a=commit;h=38500517 fix some missed spaces in the help message --- mirrorselect/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mirrorselect/main.py b/mirrorselect/main.py index 5ba9116..034a8de 100755 --- a/mirrorselect/main.py +++ b/mirrorselect/main.py @@ -278,8 +278,8 @@ class MirrorSelect(object): "eg.: -c 'South Korea'") group.add_option( "-R", "--region", action="store", default=None, - help="only use mirrors from the specified region" - "NOTE: Names with a space must be quoted" + help="only use mirrors from the specified region " + "NOTE: Names with a space must be quoted " "eg.: -r 'North America'") group = parser.add_option_group("Other options")