Revise the help message of policy binding list

In the current version, the valid sort key is "enabled" only.

Depends-On: I554c4b3c486cf5addd1a2ffed6284cbc176f6e82
Closed-Bug: 1638438
Change-Id: I4749bd34484e98571c3a4f101e899813c72dd0b6
This commit is contained in:
miaohb 2016-11-03 20:18:43 +08:00 committed by XueFeng Liu
parent 3977a8bbc9
commit 374a474e51

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',