diff --git a/heatclient/osc/v1/stack.py b/heatclient/osc/v1/stack.py index 719c0de7..cf03cec6 100644 --- a/heatclient/osc/v1/stack.py +++ b/heatclient/osc/v1/stack.py @@ -656,7 +656,7 @@ class DeleteStack(command.Command): help=_('Stack(s) to delete (name or ID)') ) parser.add_argument( - '--yes', + '-y', '--yes', action='store_true', help=_('Skip yes/no prompt (assume yes)') )