mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Fix help message and document in pg_receivexlog.
Add SLOTNAME placeholder to --slot option in help message and document.
This commit is contained in:
@@ -74,7 +74,7 @@ usage(void)
|
||||
printf(_(" -U, --username=NAME connect as specified database user\n"));
|
||||
printf(_(" -w, --no-password never prompt for password\n"));
|
||||
printf(_(" -W, --password force password prompt (should happen automatically)\n"));
|
||||
printf(_(" --slot replication slot to use\n"));
|
||||
printf(_(" --slot=SLOTNAME replication slot to use\n"));
|
||||
printf(_("\nReport bugs to <pgsql-bugs@postgresql.org>.\n"));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user