Skip to content

Commit

Permalink
SWPTP-1348: tstool: stop processing options on 1st positional arg
Browse files Browse the repository at this point in the history
  • Loading branch information
abower-amd committed Jan 21, 2025
1 parent 4925ce9 commit c2b4016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tstool/tstool.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#define OPT_PERSISTENT 0x10000
#define OPT_INITIAL 0x10001

static const char *opts_short = "hv";
static const char *opts_short = "+hv";
static const struct option opts_long[] = {
{ "help", 0, NULL, (int) 'h' },
{ "verbose", 0, NULL, (int) 'v' },
Expand Down

0 comments on commit c2b4016

Please sign in to comment.