File tree 1 file changed +2
-2
lines changed
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)
925
925
printf (_ (" -v, --verbose write a lot of output\n" ));
926
926
printf (_ (" -V, --version output version information, then exit\n" ));
927
927
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" ));
929
929
printf (_ (" -j, --jobs=NUM use this many concurrent connections to vacuum\n" ));
930
930
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" ));
932
932
printf (_ (" -?, --help show this help, then exit\n" ));
933
933
printf (_ ("\nConnection options:\n" ));
934
934
printf (_ (" -h, --host=HOSTNAME database server host or socket directory\n" ));
You can’t perform that action at this time.
0 commit comments