Config: Fix help msg for option --mem-size
authorJayneel Gandhi <jayneel@cs.wisc.edu>
Thu, 3 May 2012 10:17:29 +0000 (05:17 -0500)
committerJayneel Gandhi <jayneel@cs.wisc.edu>
Thu, 3 May 2012 10:17:29 +0000 (05:17 -0500)
configs/common/Options.py

index 9413283f15756b29040c8c3c7a5eabf827966cea..c625ab179e4e8d84f56905bdc625258e0f1adbfe 100644 (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)")