summaryrefslogtreecommitdiff
path: root/openstackclient
diff options
context:
space:
mode:
Diffstat (limited to 'openstackclient')
-rw-r--r--openstackclient/compute/v2/flavor.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/openstackclient/compute/v2/flavor.py b/openstackclient/compute/v2/flavor.py
index e562cd40..7cd22ed7 100644
--- a/openstackclient/compute/v2/flavor.py
+++ b/openstackclient/compute/v2/flavor.py
@@ -89,9 +89,9 @@ class CreateFlavor(command.ShowOne):
parser.add_argument(
"--swap",
type=int,
- metavar="<size-gb>",
+ metavar="<size-mb>",
default=0,
- help=_("Swap space size in GB (default 0G)")
+ help=_("Swap space size in MB (default 0M)")
)
parser.add_argument(
"--vcpus",