1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-29 10:41:53 +03:00

Message style improvements

This commit is contained in:
Peter Eisentraut
2012-06-07 23:35:33 +03:00
parent e8d029a30b
commit 5d0109bd27
8 changed files with 11 additions and 11 deletions

View File

@ -1260,7 +1260,7 @@ set_dump_section(const char *arg, int *dumpSections)
*dumpSections |= DUMP_POST_DATA;
else
{
fprintf(stderr, _("%s: unknown section name \"%s\")\n"),
fprintf(stderr, _("%s: unrecognized section name: \"%s\"\n"),
progname, arg);
fprintf(stderr, _("Try \"%s --help\" for more information.\n"),
progname);