File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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" ));
You can’t perform that action at this time.
0 commit comments