config: Fix description of checkpoint option from cycle to tick
This patch merely updates the description of the "take-checkpoints" option to reflect that it is specified in ticks and not in cycles.
This commit is contained in:
parent
2d6470936c
commit
13f6d29a76
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ def addCommonOptions(parser):
|
|||
###Note that performing checkpointing via python script files will override
|
||||
###checkpoint instructions built into binaries.
|
||||
parser.add_option("--take-checkpoints", action="store", type="string",
|
||||
help="<M,N> will take checkpoint at cycle M and every N cycles thereafter")
|
||||
help="<M,N> take checkpoints at tick M and every N ticks thereafter")
|
||||
parser.add_option("--max-checkpoints", action="store", type="int",
|
||||
help="the maximum number of checkpoints to drop", default=5)
|
||||
parser.add_option("--checkpoint-dir", action="store", type="string",
|
||||
|
|
Loading…
Reference in a new issue