Fix a typo in "sample-create" help message

The word "alarm" is used twice instead of "sample".

Change-Id: I9a3ce514f3a3766add14ed1b352e31bf003f1cee
This commit is contained in:
Cyril Roelandt
2013-09-09 15:31:17 +00:00
parent 3569e65861
commit c3f2459043

View File

@@ -79,10 +79,10 @@ def do_sample_list(cc, args):
@utils.arg('--project-id', metavar='<PROJECT_ID>',
help='Tenant to associate with alarm '
help='Tenant to associate with sample '
'(only settable by admin users)')
@utils.arg('--user-id', metavar='<USER_ID>',
help='User to associate with alarm '
help='User to associate with sample '
'(only settable by admin users)')
@utils.arg('-r', '--resource-id', metavar='<RESOURCE_ID>',
help='ID of the resource.')