Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite806da6

Browse files
committed
pg_basebackup: Add more information about --max-rate option to help output
It was previously not clear what unit the option argument should have.
1 parent0f43a55 commite806da6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/bin/pg_basebackup/pg_basebackup.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,8 @@ usage(void)
232232
printf(_("\nOptions controlling the output:\n"));
233233
printf(_(" -D, --pgdata=DIRECTORY receive base backup into directory\n"));
234234
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"));
235+
printf(_(" -r, --max-rate=RATE maximum transfer rate to transfer data directory\n"
236+
" (in kB/s, or use suffix \"k\" or \"M\")\n"));
236237
printf(_(" -R, --write-recovery-conf\n"
237238
" write recovery.conf after backup\n"));
238239
printf(_(" -T, --tablespace-mapping=OLDDIR=NEWDIR\n"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp