diff --git a/heatclient/v1/shell.py b/heatclient/v1/shell.py index 312c8b08..a0d3a6c6 100644 --- a/heatclient/v1/shell.py +++ b/heatclient/v1/shell.py @@ -573,7 +573,7 @@ def do_stack_cancel_update(hc, args): help=_('Limit the number of stacks returned.')) @utils.arg('-m', '--marker', metavar='', help=_('Only return stacks that appear after the given stack ID.')) -@utils.arg('-k', '--sort-keys', metavar='', +@utils.arg('-k', '--sort-keys', metavar='', help=_('List of keys for sorting the returned stacks. ' 'This can be specified multiple times or once with keys ' 'separated by semicolons. Valid sorting keys include '