mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
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:
parent
605efe6711
commit
8aa00894ef
1 changed files with 0 additions and 1 deletions
|
|
@ -46,7 +46,6 @@ class CreateSnapshot(command.ShowOne):
|
|||
)
|
||||
parser.add_argument(
|
||||
"--force",
|
||||
dest="force",
|
||||
action="store_true",
|
||||
default=False,
|
||||
help=_("Create a snapshot attached to an instance. "
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue