mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Indicate default format in --help output of pg_dump and pg_basebackup
This commit is contained in:
@@ -860,7 +860,8 @@ help(const char *progname)
|
||||
|
||||
printf(_("\nGeneral options:\n"));
|
||||
printf(_(" -f, --file=FILENAME output file or directory name\n"));
|
||||
printf(_(" -F, --format=c|d|t|p output file format (custom, directory, tar, plain text)\n"));
|
||||
printf(_(" -F, --format=c|d|t|p output file format (custom, directory, tar,\n"
|
||||
" plain text (default))\n"));
|
||||
printf(_(" -v, --verbose verbose mode\n"));
|
||||
printf(_(" -Z, --compress=0-9 compression level for compressed formats\n"));
|
||||
printf(_(" --lock-wait-timeout=TIMEOUT fail after waiting TIMEOUT for a table lock\n"));
|
||||
|
Reference in New Issue
Block a user