Fix --sleep-interval (#3426)
This commit is contained in:
parent
5f0d813d93
commit
649f7966f7
2 changed files with 1 additions and 7 deletions
|
@ -423,7 +423,7 @@ def parseOpts(overrideArguments=None):
|
|||
help='Work around terminals that lack bidirectional text support. Requires bidiv or fribidi executable in PATH')
|
||||
workarounds.add_option(
|
||||
'--sleep-interval', metavar='SECONDS',
|
||||
dest='sleep_interval',
|
||||
dest='sleep_interval', type=float,
|
||||
help='Number of seconds to sleep before each download.')
|
||||
|
||||
verbosity = optparse.OptionGroup(parser, 'Verbosity / Simulation Options')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue