From c3f2459043a8a9ff9a9ed6897228a291a86f43c6 Mon Sep 17 00:00:00 2001 From: Cyril Roelandt Date: Mon, 9 Sep 2013 15:31:17 +0000 Subject: [PATCH] Fix a typo in "sample-create" help message The word "alarm" is used twice instead of "sample". Change-Id: I9a3ce514f3a3766add14ed1b352e31bf003f1cee --- ceilometerclient/v2/shell.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ceilometerclient/v2/shell.py b/ceilometerclient/v2/shell.py index 36599888..0d06a76a 100644 --- a/ceilometerclient/v2/shell.py +++ b/ceilometerclient/v2/shell.py @@ -79,10 +79,10 @@ def do_sample_list(cc, args): @utils.arg('--project-id', metavar='', - help='Tenant to associate with alarm ' + help='Tenant to associate with sample ' '(only settable by admin users)') @utils.arg('--user-id', metavar='', - help='User to associate with alarm ' + help='User to associate with sample ' '(only settable by admin users)') @utils.arg('-r', '--resource-id', metavar='', help='ID of the resource.')