summaryrefslogtreecommitdiff
path: root/configs/common/Options.py
diff options
context:
space:
mode:
authorAndreas Hansson <andreas.hansson@arm.com>2012-11-19 11:21:09 -0500
committerAndreas Hansson <andreas.hansson@arm.com>2012-11-19 11:21:09 -0500
commit13f6d29a76cd5d08ff593d0c2a4a44f9e9ae4212 (patch)
treea0e6a29e8bf7e41600c929917e01e43b68e214fd /configs/common/Options.py
parent2d6470936ca06310b213117159fa0010259708cd (diff)
downloadgem5-13f6d29a76cd5d08ff593d0c2a4a44f9e9ae4212.tar.xz
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.
Diffstat (limited to 'configs/common/Options.py')
-rw-r--r--configs/common/Options.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/common/Options.py b/configs/common/Options.py
index 8773a75e5..794addb6a 100644
--- a/configs/common/Options.py
+++ b/configs/common/Options.py
@@ -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",