Skip to content

Commit

Permalink
Document -t in usage information
Browse files Browse the repository at this point in the history
  • Loading branch information
dspinellis committed Jul 28, 2024
1 parent 7bcfae5 commit 274b991
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/cscout.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3286,7 +3286,7 @@ usage(char *fname)
#define PICO_QL_OPTIONS ""
#endif

"[-P RE] [-p port] [-m spec] file\n"
"[-P RE] [-p port] [-m spec] [-t table ...] file\n"
#ifndef WIN32
"\t-b\tRun in multiuser browse-only mode\n"
#endif
Expand All @@ -3309,6 +3309,8 @@ usage(char *fname)
"\t-r\tGenerate an identifier and include file warning report\n"
"\t-S db\tGenerate the SQL schema for the specified RDBMS\n"
"\t-s db\tGenerate SQL output for the specified RDBMS\n"
"\t-t table\tEnable population of the specified RDBMS table\n"
"\t\t(All enabled by default. Option can be provided multiple times)\n"
"\t-v\tDisplay version and copyright information and exit\n"
"\t-3\tEnable the handling of trigraph characters\n"
;
Expand Down

0 comments on commit 274b991

Please sign in to comment.