config: Fix description of checkpoint option from cycle to tick
authorAndreas Hansson <andreas.hansson@arm.com>
Mon, 19 Nov 2012 16:21:09 +0000 (11:21 -0500)
committerAndreas Hansson <andreas.hansson@arm.com>
Mon, 19 Nov 2012 16:21:09 +0000 (11:21 -0500)
This patch merely updates the description of the "take-checkpoints"
option to reflect that it is specified in ticks and not in cycles.

configs/common/Options.py

index 8773a75e545bf9a5ceb8f77868b0bbad6399eb3d..794addb6a7b397814132af4b6a926938a9a2864e 100644 (file)
@@ -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",