From 046e7242b47cc007c8a7807dfafdd36127050f1b Mon Sep 17 00:00:00 2001
From: Anand Shanmugam <anand1712@gmail.com>
Date: Mon, 7 Dec 2015 16:21:48 -0800
Subject: [PATCH] Fixing a cosmetic bug in help

Change-Id: I33d71029a7923b3c11fa67c2cbb593d71d5ac8f5
---
 cloudpulseclient/v1/shell.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cloudpulseclient/v1/shell.py b/cloudpulseclient/v1/shell.py
index e707406..4cab641 100644
--- a/cloudpulseclient/v1/shell.py
+++ b/cloudpulseclient/v1/shell.py
@@ -64,7 +64,7 @@ def do_run(cs, args):
 @utils.arg('cpulse',
            metavar='<cpulse>',
            nargs='+',
-           help='ID or name of the (cpulse)s to delete.')
+           help='ID or name of the (cpulse)s to show.')
 def do_show(cs, args):
     """Show the results of the test"""
     for id in args.cpulse: