Skip to content

Commit

Permalink
retest: update usage message
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-scheck authored and sreimers committed Jul 24, 2024
1 parent 26f87a7 commit 202d2f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ static void signal_handler(int num)
#ifdef HAVE_GETOPT
static void usage(void)
{
(void)re_fprintf(stderr, "Usage: retest [-rotalp] [-hmv]"
" <testcase>\n");
(void)re_fprintf(stderr, "Usage: retest [options] <testcase>\n");

(void)re_fprintf(stderr, "\ntest group options:\n");
(void)re_fprintf(stderr, "\t-r Run regular tests\n");
Expand Down

0 comments on commit 202d2f2

Please sign in to comment.