diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2012-06-07 23:35:33 +0300 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2012-06-07 23:54:59 +0300 |
commit | 5d0109bd2776ce918821f360e951270caa96ba8a (patch) | |
tree | 00466df5c3733cbe8422b1765ca0f8de36290b56 /src/bin/pg_dump/dumputils.c | |
parent | e8d029a30b5a5fb74b848a8697b1dfa3f66d9697 (diff) | |
download | postgresql-5d0109bd2776ce918821f360e951270caa96ba8a.tar.gz postgresql-5d0109bd2776ce918821f360e951270caa96ba8a.zip |
Message style improvements
Diffstat (limited to 'src/bin/pg_dump/dumputils.c')
-rw-r--r-- | src/bin/pg_dump/dumputils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_dump/dumputils.c b/src/bin/pg_dump/dumputils.c index 6d10970e7c8..f5d7b5d8594 100644 --- a/src/bin/pg_dump/dumputils.c +++ b/src/bin/pg_dump/dumputils.c @@ -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); |