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 6076A13873B for ; Sun, 2 Mar 2014 07:44:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 745C0E0A8E; Sun, 2 Mar 2014 07:44:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CBA3AE0A85 for ; Sun, 2 Mar 2014 07:44:09 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DB2B433FB5B for ; Sun, 2 Mar 2014 07:44:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 83197188EC for ; Sun, 2 Mar 2014 07:44:07 +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: <1382246337.73a02c287f30f7378bd59c15bea802c52cd8b0fe.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: 73a02c287f30f7378bd59c15bea802c52cd8b0fe X-VCS-Branch: master Date: Sun, 2 Mar 2014 07:44:07 +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: d0e030d4-5c53-48e5-bdd0-a271f80a3007 X-Archives-Hash: 28dd43ded7a4870bacbd49f7082b3cac commit: 73a02c287f30f7378bd59c15bea802c52cd8b0fe Author: Brian Dolbec gentoo org> AuthorDate: Sun Oct 20 05:18:57 2013 +0000 Commit: Brian Dolbec gmail com> CommitDate: Sun Oct 20 05:18:57 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mirrorselect.git;a=commit;h=73a02c28 wrap a long line. --- mirrorselect/main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mirrorselect/main.py b/mirrorselect/main.py index 85b0345..5838b79 100755 --- a/mirrorselect/main.py +++ b/mirrorselect/main.py @@ -236,7 +236,8 @@ class MirrorSelect(object): "by selecting an overly large size file. You must also " " use the -m, --md5 option.") group.add_option( - "-m", "--md5", action="store", default='bdf077b2e683c506bf9e8f2494eeb044', + "-m", "--md5", action="store", + default='bdf077b2e683c506bf9e8f2494eeb044', help="An alternate file md5sum value used to compare the downloaded " "file against for deep testing.")