aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2015-09-27 11:22:16 -0400
committerPeter Eisentraut <peter_e@gmx.net>2015-09-27 11:38:34 -0400
commit90d037772ec161436590699c5c6b057d1a0170d6 (patch)
tree815f9e9fe7cb5a700703ae9662724ca53d0e5ae5 /src
parent63ab1a398166daafcea2aaebbf0c48cb78b5be32 (diff)
downloadpostgresql-90d037772ec161436590699c5c6b057d1a0170d6.tar.gz
postgresql-90d037772ec161436590699c5c6b057d1a0170d6.zip
reindexdb: Fix mistake in help output
Diffstat (limited to 'src')
-rw-r--r--src/bin/scripts/reindexdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/scripts/reindexdb.c b/src/bin/scripts/reindexdb.c
index 80c78860bee..decb7538db5 100644
--- a/src/bin/scripts/reindexdb.c
+++ b/src/bin/scripts/reindexdb.c
@@ -398,7 +398,7 @@ help(const char *progname)
printf(_(" -i, --index=INDEX recreate specific index(es) only\n"));
printf(_(" -q, --quiet don't write any messages\n"));
printf(_(" -s, --system reindex system catalogs\n"));
- printf(_(" -S, --schema=SCHEMA recreate specific schema(s) only\n"));
+ printf(_(" -S, --schema=SCHEMA reindex specific schema(s) only\n"));
printf(_(" -t, --table=TABLE reindex specific table(s) only\n"));
printf(_(" -v, --verbose write a lot of output\n"));
printf(_(" -V, --version output version information, then exit\n"));