Skip to content

Commit 8aa0089

Browse files
author
Huanxuan Ao
committed
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
1 parent 605efe6 commit 8aa0089

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

openstackclient/volume/v2/snapshot.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ def get_parser(self, prog_name):
4646
)
4747
parser.add_argument(
4848
"--force",
49-
dest="force",
5049
action="store_true",
5150
default=False,
5251
help=_("Create a snapshot attached to an instance. "

0 commit comments

Comments
 (0)