aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2013-10-19 22:18:57 -0700
committerBrian Dolbec <dolsen@gentoo.org>2013-10-19 22:18:57 -0700
commit73a02c287f30f7378bd59c15bea802c52cd8b0fe (patch)
treed76fa626bb580bd45556c2b01eb9191a693303db
parentMake --debug level settable on the cli (diff)
downloadmirrorselect-73a02c287f30f7378bd59c15bea802c52cd8b0fe.tar.gz
mirrorselect-73a02c287f30f7378bd59c15bea802c52cd8b0fe.tar.bz2
mirrorselect-73a02c287f30f7378bd59c15bea802c52cd8b0fe.zip
wrap a long line.
-rwxr-xr-xmirrorselect/main.py3
1 files changed, 2 insertions, 1 deletions
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.")