Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72ed390 commit 71fc49dCopy full SHA for 71fc49d
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