From 1c89d67d4dab5828d0ca3f1637b719567adb03aa Mon Sep 17 00:00:00 2001 From: Bryan Jones Date: Thu, 15 Oct 2015 18:18:35 +0000 Subject: [PATCH] Fix error in stack-list metadata In the --sort-keys option of the stack-list command, the metadata lists keys separated by commas instead of semicolons. Change-Id: I166d4dc48b97786a29c5d9ef6a5fb9411e80d6b1 --- heatclient/v1/shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '