Remove useless dest of option in "snapshot create" command
The option is '--force' and the default argument is 'force', so the 'dest=force' is useless and unnecessary. This patch remove it. Change-Id: If8fd5270e4e36b5361127f4a91bdf347f29341c2
This commit is contained in:
@@ -46,7 +46,6 @@ class CreateSnapshot(command.ShowOne):
|
|||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--force",
|
"--force",
|
||||||
dest="force",
|
|
||||||
action="store_true",
|
action="store_true",
|
||||||
default=False,
|
default=False,
|
||||||
help=_("Create a snapshot attached to an instance. "
|
help=_("Create a snapshot attached to an instance. "
|
||||||
|
Reference in New Issue
Block a user