mirror of
https://github.com/postgres/postgres.git
synced 2026-04-23 23:28:01 -04:00
Fix help message for pg_basebackup -R
The recovery.conf file that's generated is specifically for replication, and not needed (or wanted) for regular backup restore, so indicate that in the message.
This commit is contained in:
parent
365ee96d53
commit
17298748a3
1 changed files with 1 additions and 1 deletions
|
|
@ -240,7 +240,7 @@ usage(void)
|
|||
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"
|
||||
" write recovery.conf after backup\n"));
|
||||
" write recovery.conf for replication\n"));
|
||||
printf(_(" -S, --slot=SLOTNAME replication slot to use\n"));
|
||||
printf(_(" -T, --tablespace-mapping=OLDDIR=NEWDIR\n"
|
||||
" relocate tablespace in OLDDIR to NEWDIR\n"));
|
||||
|
|
|
|||
Loading…
Reference in a new issue