Skip to content

Commit 159134b

Browse files
committed
vacuumdb --help text: clarify analyze-only
Patch by Mats Erik Andersson
1 parent c863c91 commit 159134b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/scripts/vacuumdb.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -925,10 +925,10 @@ help(const char *progname)
925925
printf(_(" -v, --verbose write a lot of output\n"));
926926
printf(_(" -V, --version output version information, then exit\n"));
927927
printf(_(" -z, --analyze update optimizer statistics\n"));
928-
printf(_(" -Z, --analyze-only only update optimizer statistics\n"));
928+
printf(_(" -Z, --analyze-only only update optimizer statistics; no vacuum\n"));
929929
printf(_(" -j, --jobs=NUM use this many concurrent connections to vacuum\n"));
930930
printf(_(" --analyze-in-stages only update optimizer statistics, in multiple\n"
931-
" stages for faster results\n"));
931+
" stages for faster results; no vacuum\n"));
932932
printf(_(" -?, --help show this help, then exit\n"));
933933
printf(_("\nConnection options:\n"));
934934
printf(_(" -h, --host=HOSTNAME database server host or socket directory\n"));

0 commit comments

Comments
 (0)