diff --git a/novaclient/v1_1/shell.py b/novaclient/v1_1/shell.py index c1754c986..ed7d06d9d 100644 --- a/novaclient/v1_1/shell.py +++ b/novaclient/v1_1/shell.py @@ -2739,7 +2739,8 @@ def do_aggregate_update(cs, args): nargs='+', action='append', default=[], - help=_('Metadata to add/update to aggregate')) + help=_('Metadata to add/update to aggregate. ' + 'Specify only the key to delete a metadata item.')) def do_aggregate_set_metadata(cs, args): """Update the metadata associated with the aggregate.""" aggregate = _find_aggregate(cs, args.aggregate)