From ce0d34d73d240a95193a4a6f82adfe5f4844bb66 Mon Sep 17 00:00:00 2001 From: Thomas Wood Date: Fri, 31 Oct 2014 15:00:03 +0000 Subject: testdiplay: add a "--help" option Signed-off-by: Thomas Wood --- tests/testdisplay.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/testdisplay.c') diff --git a/tests/testdisplay.c b/tests/testdisplay.c index 8c6bc62c..b7e15412 100644 --- a/tests/testdisplay.c +++ b/tests/testdisplay.c @@ -642,6 +642,7 @@ int main(int argc, char **argv) struct option long_opts[] = { {"list-subtests", 0, 0, SUBTEST_OPTS}, {"run-subtest", 1, 0, SUBTEST_OPTS}, + {"help", 0, 0, 'h'}, { 0, 0, 0, 0 } }; -- cgit v1.2.3