Changed help text to minutes from hours.
Change-Id: I68bc4d9532d2f09a8711d692cd2197d51c243764
This commit is contained in:
@@ -27,7 +27,7 @@ def _print_list_field(field):
|
||||
help='Display only failed tests.')
|
||||
@utils.arg('--period',
|
||||
metavar='<period>',
|
||||
help='List all tests in the last x hours.')
|
||||
help='List all tests in the last x minutes.')
|
||||
def do_result(cs, args):
|
||||
"""List all the tests"""
|
||||
search_opts = {
|
||||
|
Reference in New Issue
Block a user