summaryrefslogtreecommitdiff
path: root/openstackclient/volume
diff options
context:
space:
mode:
Diffstat (limited to 'openstackclient/volume')
-rw-r--r--openstackclient/volume/v2/snapshot.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/openstackclient/volume/v2/snapshot.py b/openstackclient/volume/v2/snapshot.py
index 439904e7..5aba04ae 100644
--- a/openstackclient/volume/v2/snapshot.py
+++ b/openstackclient/volume/v2/snapshot.py
@@ -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. "