Revise key1=value to key1=value1

This patch revises key1=value to key1=value1

Change-Id: Ibcfac3de2a0fb63d4981f1d39631c7793609de73
This commit is contained in:
jonnary 2016-11-19 11:41:03 +08:00 committed by XueFeng Liu
parent f2d612903c
commit aa8802801d

@ -593,7 +593,7 @@ class ClusterNodeList(command.Lister):
parser = super(ClusterNodeList, self).get_parser(prog_name)
parser.add_argument(
'--filters',
metavar='<key1=value;key2=value2...>',
metavar='<key1=value1;key2=value2...>',
help=_('Filter parameters to apply on returned nodes. '
'This can be specified multiple times, or once with '
'parameters separated by a semicolon'),