diff --git a/novaclient/v2/shell.py b/novaclient/v2/shell.py index 14c0c4027..bdaf589de 100644 --- a/novaclient/v2/shell.py +++ b/novaclient/v2/shell.py @@ -3687,7 +3687,7 @@ def _do_hypervisor_list(cs, matching=None, limit=None, marker=None): '--matching', metavar='', default=None, - help=_('List hypervisors matching the given .')) + help=_('List hypervisors matching the given (or pattern).')) def do_hypervisor_list(cs, args): """List hypervisors.""" _do_hypervisor_list(cs, matching=args.matching) @@ -3698,7 +3698,7 @@ def do_hypervisor_list(cs, args): '--matching', metavar='', default=None, - help=_('List hypervisors matching the given . ' + help=_('List hypervisors matching the given (or pattern). ' 'If matching is used limit and marker options will be ignored.')) @utils.arg( '--marker',