X-Git-Url: https://git.phdru.name/?p=mimedecode.git;a=blobdiff_plain;f=mimedecode.py;h=2fccbcc7b13f2cece51828769653bc2320257518;hp=cd972210a1dc46d35dd55a3e2a1bb1cd11811863;hb=972bae8625e655e34170c588561eed078ceb37d9;hpb=c1a5169774327b8f530ed41ff061748e8b10923b diff --git a/mimedecode.py b/mimedecode.py index cd97221..2fccbcc 100755 --- a/mimedecode.py +++ b/mimedecode.py @@ -564,7 +564,8 @@ def get_opts(): from getopt import getopt, GetoptError try: - options, arguments = getopt(sys.argv[1:], + options, arguments = getopt( + sys.argv[1:], 'hVcCDPH:f:d:p:r:R:b:B:e:I:i:t:O:o:', ['help', 'version', 'host=', 'save-headers=', 'save-body=', 'save-message=',