Fixing a cosmetic bug in help

Change-Id: I33d71029a7923b3c11fa67c2cbb593d71d5ac8f5
This commit is contained in:
Anand Shanmugam 2015-12-07 16:21:48 -08:00
parent 9a858fec19
commit 046e7242b4

@ -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: