mirror of
https://github.com/postgres/postgres.git
synced 2025-11-09 06:21:09 +03:00
Message wording and pluralization improvements
This commit is contained in:
@@ -2418,8 +2418,8 @@ main(int argc, char **argv)
|
||||
if (!replication_slot)
|
||||
{
|
||||
fprintf(stderr,
|
||||
_("%s: --create-slot needs a slot to be specified using --slot\n"),
|
||||
progname);
|
||||
_("%s: %s needs a slot to be specified using --slot\n"),
|
||||
progname, "--create-slot");
|
||||
fprintf(stderr, _("Try \"%s --help\" for more information.\n"),
|
||||
progname);
|
||||
exit(1);
|
||||
|
||||
Reference in New Issue
Block a user