diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2018-10-29 11:31:43 +0100 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2018-10-29 11:31:43 +0100 |
commit | 2fe42baf7c1ad96b5f9eb898161e258315298351 (patch) | |
tree | 7c16bcf2b1aa74e9134d5a1c5e8875c577a1b1ac /src | |
parent | 0993b8ada53395a8c8a59401a7b4cfb501f6aaef (diff) | |
download | postgresql-2fe42baf7c1ad96b5f9eb898161e258315298351.tar.gz postgresql-2fe42baf7c1ad96b5f9eb898161e258315298351.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.c | 2 |
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")); |