From: Jayneel Gandhi Date: Thu, 3 May 2012 10:17:29 +0000 (-0500) Subject: Config: Fix help msg for option --mem-size X-Git-Tag: stable_2012_06_28~97 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=39cbae9581d84c3f0f005abdc91869d6e3232190;p=gem5.git Config: Fix help msg for option --mem-size --- diff --git a/configs/common/Options.py b/configs/common/Options.py index 9413283f1..c625ab179 100644 --- a/configs/common/Options.py +++ b/configs/common/Options.py @@ -178,4 +178,4 @@ def addFSOptions(parser): # Memory Size Options parser.add_option("--mem-size", action="store", type="string", default=None, - help="Path to the disk image to use.") + help="Specify the physical memory size (single memory)")