Config: Fix help msg for option --mem-size

This commit is contained in:
Jayneel Gandhi 2012-05-03 05:17:29 -05:00
parent 3fea59e162
commit 39cbae9581

View file

@ -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)")