We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc61580 commit d51af65Copy full SHA for d51af65
src/bin/pg_dump/pg_dumpall.c
@@ -549,6 +549,7 @@ help(void)
549
550
printf(_("\nGeneral options:\n"));
551
printf(_(" -f, --file=FILENAME output file name\n"));
552
+ printf(_(" -v, --verbose verbose mode\n"));
553
printf(_(" -V, --version output version information, then exit\n"));
554
printf(_(" --lock-wait-timeout=TIMEOUT fail after waiting TIMEOUT for a table lock\n"));
555
printf(_(" -?, --help show this help, then exit\n"));
0 commit comments