1
0
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:
Peter Eisentraut
2018-05-17 23:05:27 -04:00
parent 6b30d1386f
commit 9effb63e0d
10 changed files with 39 additions and 23 deletions

View File

@@ -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);