# HG changeset patch # User Matti Hamalainen # Date 1579128531 -7200 # Node ID aec7137674828b7d8b126738bbea81de1a31ec77 # Parent 3851e00bcd711504d163bc2fade1092d5bd09041 Cosmetic fix in help. diff -r 3851e00bcd71 -r aec713767482 tests.c --- a/tests.c Wed Jan 15 11:37:30 2020 +0200 +++ b/tests.c Thu Jan 16 00:48:51 2020 +0200 @@ -54,8 +54,8 @@ { { 0, '?', "help" , NULL, "Show this help", OPT_NONE }, { 1, 'v', "verbose" , NULL, "Be more verbose", OPT_NONE }, - { 2, 's', "sets" , "", "Perform test sets -s [,..]", OPT_ARGREQ }, - { 3, 't', "tests" , "", "Perform only tests (see below)", OPT_ARGREQ }, + { 2, 's', "sets" , "sets", "Perform test sets -s [,..]", OPT_ARGREQ }, + { 3, 't', "tests" , "tests", "Perform only tests (see below)", OPT_ARGREQ }, }; static const int arg_nopts = sizeof(arg_opts) / sizeof(arg_opts[0]);