We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63ab1a3 commit 90d0377Copy full SHA for 90d0377
src/bin/scripts/reindexdb.c
@@ -398,7 +398,7 @@ help(const char *progname)
398
printf(_(" -i, --index=INDEX recreate specific index(es) only\n"));
399
printf(_(" -q, --quiet don't write any messages\n"));
400
printf(_(" -s, --system reindex system catalogs\n"));
401
- printf(_(" -S, --schema=SCHEMA recreate specific schema(s) only\n"));
+ printf(_(" -S, --schema=SCHEMA reindex specific schema(s) only\n"));
402
printf(_(" -t, --table=TABLE reindex specific table(s) only\n"));
403
printf(_(" -v, --verbose write a lot of output\n"));
404
printf(_(" -V, --version output version information, then exit\n"));
0 commit comments