diff --git a/novaclient/v1_1/shell.py b/novaclient/v1_1/shell.py index 3c41d6422..b0a0480cf 100644 --- a/novaclient/v1_1/shell.py +++ b/novaclient/v1_1/shell.py @@ -2729,7 +2729,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)