See ChangeLog.

This commit is contained in:
Giuseppe Attardi 2015-04-20 07:14:29 +02:00
parent cae955eb91
commit 2f35bcf9e0
2 changed files with 1 additions and 3 deletions

View File

@ -5,6 +5,7 @@
consider also single [, which do not count ib parameters.
(sharp_switch): use split() to split at fist = sign.
(main): grouped command options.
(main): removed option -B.
2015-04-19 Giuseppe Attardi <attardi@di.unipi.it>

View File

@ -1982,9 +1982,6 @@ def main():
expand_templates = args.no_templates
if args.base:
urlbase = args.base
try:
power = 'kmg'.find(args.bytes[-1].lower()) + 1
file_size = int(args.bytes[:-1]) * 1024 ** power