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 f3fd531 commit 86d216cCopy full SHA for 86d216c
src/bin/pg_dump/pg_dumpall.c
@@ -543,6 +543,7 @@ help(void)
543
544
printf(_("\nGeneral options:\n"));
545
printf(_(" -f, --file=FILENAME output file name\n"));
546
+ printf(_(" -v, --verbose verbose mode\n"));
547
printf(_(" -V, --version output version information, then exit\n"));
548
printf(_(" --lock-wait-timeout=TIMEOUT fail after waiting TIMEOUT for a table lock\n"));
549
printf(_(" -?, --help show this help, then exit\n"));
0 commit comments