diff --git a/novaclient/v2/shell.py b/novaclient/v2/shell.py index b9c9f6760..ee4355694 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='', - help=_("Swap space size in MB (default 0)."), + help=_("Additional swap space size in MB (default 0)."), default=0) @utils.arg( '--rxtx-factor',