Fixing a cosmetic bug in help
Change-Id: I33d71029a7923b3c11fa67c2cbb593d71d5ac8f5
This commit is contained in:
parent
9a858fec19
commit
046e7242b4
@ -64,7 +64,7 @@ def do_run(cs, args):
|
|||||||
@utils.arg('cpulse',
|
@utils.arg('cpulse',
|
||||||
metavar='<cpulse>',
|
metavar='<cpulse>',
|
||||||
nargs='+',
|
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):
|
def do_show(cs, args):
|
||||||
"""Show the results of the test"""
|
"""Show the results of the test"""
|
||||||
for id in args.cpulse:
|
for id in args.cpulse:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user