Merge "Revise the help message of policy binding list"

This commit is contained in:
Jenkins 2016-11-17 05:08:28 +00:00 committed by Gerrit Code Review
commit f2d612903c
1 changed files with 1 additions and 2 deletions

View File

@ -44,8 +44,7 @@ class ClusterPolicyList(command.Lister):
help=_("Sorting option which is a string containing a list of "
"keys separated by commas. Each key can be optionally "
"appended by a sort direction (:asc or :desc). The valid "
"sort keys are: ['type', 'name', 'created_at', "
"'updated_at']")
"sort keys are: ['enabled']")
)
parser.add_argument(
'--full-id',