aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2018-10-29 11:31:43 +0100
committerPeter Eisentraut <peter_e@gmx.net>2018-10-29 11:32:27 +0100
commit29cdf02e3fb7afb3f26a81d95bf74d846e8a60b8 (patch)
tree46643990ae87cfbe1ae36c36daf879f1e5f5df67 /src
parentc653cb27b41eb1632e6d88a3efad482a11e45ee2 (diff)
downloadpostgresql-29cdf02e3fb7afb3f26a81d95bf74d846e8a60b8.tar.gz
postgresql-29cdf02e3fb7afb3f26a81d95bf74d846e8a60b8.zip
pg_restore: Augment documentation for -N option
This was forgotten when the option was added. Author: Michael Banck <michael.banck@credativ.de>
Diffstat (limited to 'src')
-rw-r--r--src/bin/pg_dump/pg_restore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_dump/pg_restore.c b/src/bin/pg_dump/pg_restore.c
index 501d7cea72b..34d93ab472b 100644
--- a/src/bin/pg_dump/pg_restore.c
+++ b/src/bin/pg_dump/pg_restore.c
@@ -506,7 +506,7 @@ usage(const char *progname)
printf(_(" --role=ROLENAME do SET ROLE before restore\n"));
printf(_("\n"
- "The options -I, -n, -P, -t, -T, and --section can be combined and specified\n"
+ "The options -I, -n, -N, -P, -t, -T, and --section can be combined and specified\n"
"multiple times to select multiple objects.\n"));
printf(_("\nIf no input file name is supplied, then standard input is used.\n\n"));
printf(_("Report bugs to <pgsql-bugs@postgresql.org>.\n"));