flavor create: clarify --swap description
--swap will add a additional storage device, which not affect the original swap partition/device. This patch will clarify this misleading description. Change-Id: I58c8157844cb4ece0cc43d7097d75a3ac4fa4d02 Signed-off-by: Chen Hanxiao <chenhx@certusnet.com.cn>
This commit is contained in:
@@ -1201,7 +1201,7 @@ def do_flavor_show(cs, args):
|
||||
@utils.arg(
|
||||
'--swap',
|
||||
metavar='<swap>',
|
||||
help=_("Swap space size in MB (default 0)."),
|
||||
help=_("Additional swap space size in MB (default 0)."),
|
||||
default=0)
|
||||
@utils.arg(
|
||||
'--rxtx-factor',
|
||||
|
||||
Reference in New Issue
Block a user