Config: Fix help msg for option --mem-size
This commit is contained in:
parent
3fea59e162
commit
39cbae9581
1 changed files with 1 additions and 1 deletions
|
@ -178,4 +178,4 @@ def addFSOptions(parser):
|
||||||
|
|
||||||
# Memory Size Options
|
# Memory Size Options
|
||||||
parser.add_option("--mem-size", action="store", type="string", default=None,
|
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)")
|
||||||
|
|
Loading…
Reference in a new issue