Thanks to visit codestin.com Credit goes to github.com
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 05011b6 commit 7466037Copy full SHA for 7466037
src/bin/pg_basebackup/pg_basebackup.c
@@ -232,7 +232,8 @@ usage(void)
232
printf(_("\nOptions controlling the output:\n"));
233
printf(_(" -D, --pgdata=DIRECTORY receive base backup into directory\n"));
234
printf(_(" -F, --format=p|t output format (plain (default), tar)\n"));
235
- 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"
236
+ " (in kB/s, or use suffix \"k\" or \"M\")\n"));
237
printf(_(" -R, --write-recovery-conf\n"
238
" write recovery.conf after backup\n"));
239
printf(_(" -T, --tablespace-mapping=OLDDIR=NEWDIR\n"
0 commit comments