mirror of
https://github.com/postgres/postgres.git
synced 2025-11-10 17:42:29 +03:00
Indicate default format in --help output of pg_dump and pg_basebackup
This commit is contained in:
@@ -105,7 +105,7 @@ usage(void)
|
||||
printf(_(" %s [OPTION]...\n"), progname);
|
||||
printf(_("\nOptions controlling the output:\n"));
|
||||
printf(_(" -D, --pgdata=DIRECTORY receive base backup into directory\n"));
|
||||
printf(_(" -F, --format=p|t output format (plain, tar)\n"));
|
||||
printf(_(" -F, --format=p|t output format (plain (default), tar)\n"));
|
||||
printf(_(" -x, --xlog=fetch|stream include required WAL files in backup\n"));
|
||||
printf(_(" -z, --gzip compress tar output\n"));
|
||||
printf(_(" -Z, --compress=0-9 compress tar output with given compression level\n"));
|
||||
|
||||
Reference in New Issue
Block a user