config: Fix --prog-interval command line option
This commit is contained in:
parent
fea27bc49b
commit
82cf1565d0
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ def addCommonOptions(parser):
|
||||||
parser.add_option("-s", "--standard-switch", action="store", type="int",
|
parser.add_option("-s", "--standard-switch", action="store", type="int",
|
||||||
default=None,
|
default=None,
|
||||||
help="switch from timing to Detailed CPU after warmup period of <N>")
|
help="switch from timing to Detailed CPU after warmup period of <N>")
|
||||||
parser.add_option("-p", "--prog-interval", type="int",
|
parser.add_option("-p", "--prog-interval", type="str",
|
||||||
help="CPU Progress Interval")
|
help="CPU Progress Interval")
|
||||||
|
|
||||||
# Fastforwarding and simpoint related materials
|
# Fastforwarding and simpoint related materials
|
||||||
|
|
Loading…
Reference in a new issue