Fix the metavar on "resource provider aggregate set"

The "name" metavar is wrong since it is for the resource
provider UUID argument. This fixes the metavar to match
the argument.

Story: #2005446
Task: #30490

Change-Id: I1e9076a36c6cd27212bd76ee04307296fc937168
This commit is contained in:
Xiaopengli 2018-08-24 17:39:03 +08:00 committed by Matt Riedemann
parent ffc2ee4c09
commit dc3ede32df
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class SetAggregate(command.Lister):
parser.add_argument(
'uuid',
metavar='<name>',
metavar='<uuid>',
help='UUID of the resource provider'
)