aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mirrorselect')
-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.")