summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChen Hanxiao <chenhx@certusnet.com.cn>2017-12-27 11:09:21 +0800
committerChen Hanxiao <chenhx@certusnet.com.cn>2017-12-27 11:09:21 +0800
commitba50955d717e7fed228decd1432ee43180fe4051 (patch)
treeeb25b9df567001499f68e393afe5b32b70b94c9a
parent19387b09df466cfa57fdef9949789f435ccd18e7 (diff)
downloadpython-novaclient-ba50955d717e7fed228decd1432ee43180fe4051.tar.gz
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>
-rw-r--r--novaclient/v2/shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/novaclient/v2/shell.py b/novaclient/v2/shell.py
index b9c9f676..ee435569 100644
--- a/novaclient/v2/shell.py
+++ b/novaclient/v2/shell.py
@@ -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',