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:
Chen Hanxiao
2017-12-27 11:09:21 +08:00
parent 19387b09df
commit ba50955d71

View File

@@ -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',