summaryrefslogtreecommitdiff
path: root/openstackclient/compute
diff options
context:
space:
mode:
authorChen Hanxiao <chenhx@certusnet.com.cn>2017-12-28 14:55:56 +0800
committerChen Hanxiao <chenhx@certusnet.com.cn>2017-12-28 14:56:13 +0800
commite438c34eaa8335e8727b7dd99a77dc73d37b9d9e (patch)
tree6ec358e182bf7b0ca498bf22b3267ac53c63cd9e /openstackclient/compute
parent5e00034d8e0c82dfa904997c36bf15e684fe9961 (diff)
downloadpython-openstackclient-e438c34eaa8335e8727b7dd99a77dc73d37b9d9e.tar.gz
flavor: 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: Ic079c069985d39cc969b97876901007a81883f57 Signed-off-by: Chen Hanxiao <chenhx@certusnet.com.cn>
Diffstat (limited to 'openstackclient/compute')
-rw-r--r--openstackclient/compute/v2/flavor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/compute/v2/flavor.py b/openstackclient/compute/v2/flavor.py
index bf9921b7..0f5dd742 100644
--- a/openstackclient/compute/v2/flavor.py
+++ b/openstackclient/compute/v2/flavor.py
@@ -91,7 +91,7 @@ class CreateFlavor(command.ShowOne):
type=int,
metavar="<size-mb>",
default=0,
- help=_("Swap space size in MB (default 0M)")
+ help=_("Additional swap space size in MB (default 0M)")
)
parser.add_argument(
"--vcpus",