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: