Skip to content

Commit

Permalink
Add version string to usage output.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaqx0r committed Apr 14, 2024
1 parent 5307ec3 commit e88bfd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions filtergen.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ static FILE *outfile;
/** Print the program usage to stderr. */
/* LCOV_EXCL_START */
void usage(char *prog) {
fprintf(stderr, "filtergen " STABLE_GIT_DESCRIBE "\n\n");
fprintf(stderr, "Usage: %s [-chVR] [-t backend] [-o output] input\n", prog);
fprintf(stderr, " %s [-chVR] [-t backend] [-o output] -F policy\n\n",
prog);
Expand Down

0 comments on commit e88bfd3

Please sign in to comment.