Skip to content

Commit 90d0377

Browse files
committed
reindexdb: Fix mistake in help output
1 parent 63ab1a3 commit 90d0377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/scripts/reindexdb.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ help(const char *progname)
398398
printf(_(" -i, --index=INDEX recreate specific index(es) only\n"));
399399
printf(_(" -q, --quiet don't write any messages\n"));
400400
printf(_(" -s, --system reindex system catalogs\n"));
401-
printf(_(" -S, --schema=SCHEMA recreate specific schema(s) only\n"));
401+
printf(_(" -S, --schema=SCHEMA reindex specific schema(s) only\n"));
402402
printf(_(" -t, --table=TABLE reindex specific table(s) only\n"));
403403
printf(_(" -v, --verbose write a lot of output\n"));
404404
printf(_(" -V, --version output version information, then exit\n"));

0 commit comments

Comments
 (0)