Merge "Fix meta var problem in cluster-policy-list"

This commit is contained in:
Jenkins 2016-01-15 15:57:17 +00:00 committed by Gerrit Code Review
commit 8d47940def

View File

@ -697,7 +697,7 @@ def do_cluster_scale_in(service, args):
'This can be specified multiple times, or once with ' 'This can be specified multiple times, or once with '
'parameters separated by a semicolon.'), 'parameters separated by a semicolon.'),
action='append') action='append')
@utils.arg('-o', '--sort', metavar='<KEY[:DIR]>', @utils.arg('-o', '--sort', metavar='<SORT_STRING>',
help=_('Sorting option which is a string containing a list of keys ' help=_('Sorting option which is a string containing a list of keys '
'separated by commas. Each key can be optionally appened by ' 'separated by commas. Each key can be optionally appened by '
'a sort direction (:asc or :desc)')) 'a sort direction (:asc or :desc)'))