Add sort key "oid" in event list
Revise the help message of event list, add sort key "oid". Change-Id: I91a5de573cc8ed91afb4f3b61e96a9977fbedbd5 Closed-Bug: 1642142
This commit is contained in:
@@ -56,7 +56,7 @@ class ListEvent(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: ['timestamp', 'level', 'otype', "
|
||||
"sort keys are: ['timestamp', 'level', 'oid', 'otype', "
|
||||
"'oname', 'action', 'status']")
|
||||
)
|
||||
parser.add_argument(
|
||||
|
||||
Reference in New Issue
Block a user