Merge "Remove useless dest of option in "snapshot create" command"

This commit is contained in:
Jenkins 2016-07-04 16:13:45 +00:00 committed by Gerrit Code Review
commit 73a0ad7cf3

@ -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. "