diff --git a/openstackclient/volume/v2/snapshot.py b/openstackclient/volume/v2/snapshot.py
index 439904e744..5aba04aee3 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. "