diff --git a/senlinclient/v1/cluster.py b/senlinclient/v1/cluster.py index a9c795e..d3f781a 100644 --- a/senlinclient/v1/cluster.py +++ b/senlinclient/v1/cluster.py @@ -599,9 +599,10 @@ class ClusterNodeList(command.Lister): parser.add_argument( '--filters', metavar='', - help=_('Filter parameters to apply on returned nodes. ' - 'This can be specified multiple times, or once with ' - 'parameters separated by a semicolon'), + help=_("Filter parameters to apply on returned nodes. " + "This can be specified multiple times, or once with " + "parameters separated by a semicolon. The valid filter " + "keys are: ['status', 'name']"), action='append' ) parser.add_argument(