mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-15 08:20:16 +08:00
pg_basebackup: Add more information about --max-rate option to help output
It was previously not clear what unit the option argument should have.
This commit is contained in:
parent
0f43a55331
commit
e806da6bdb
@ -232,7 +232,8 @@ usage(void)
|
|||||||
printf(_("\nOptions controlling the output:\n"));
|
printf(_("\nOptions controlling the output:\n"));
|
||||||
printf(_(" -D, --pgdata=DIRECTORY receive base backup into directory\n"));
|
printf(_(" -D, --pgdata=DIRECTORY receive base backup into directory\n"));
|
||||||
printf(_(" -F, --format=p|t output format (plain (default), tar)\n"));
|
printf(_(" -F, --format=p|t output format (plain (default), tar)\n"));
|
||||||
printf(_(" -r, --max-rate=RATE maximum transfer rate to transfer data directory\n"));
|
printf(_(" -r, --max-rate=RATE maximum transfer rate to transfer data directory\n"
|
||||||
|
" (in kB/s, or use suffix \"k\" or \"M\")\n"));
|
||||||
printf(_(" -R, --write-recovery-conf\n"
|
printf(_(" -R, --write-recovery-conf\n"
|
||||||
" write recovery.conf after backup\n"));
|
" write recovery.conf after backup\n"));
|
||||||
printf(_(" -T, --tablespace-mapping=OLDDIR=NEWDIR\n"
|
printf(_(" -T, --tablespace-mapping=OLDDIR=NEWDIR\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user