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:32:44 +0100 |
commit | fef9482dacfef6fadebcc8ce2da57b850a32e8fd (patch) | |
tree | b9f2c48d6334adf8e613603705e2b4ee39eb161b | |
parent | a71f55652276805289d73dd88bc8f18e4a4d9ab2 (diff) | |
download | postgresql-fef9482dacfef6fadebcc8ce2da57b850a32e8fd.tar.gz postgresql-fef9482dacfef6fadebcc8ce2da57b850a32e8fd.zip |
pg_restore: Augment documentation for -N option
This was forgotten when the option was added.
Author: Michael Banck <michael.banck@credativ.de>
-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 860a211a3cc..88f11740ea6 100644 --- a/src/bin/pg_dump/pg_restore.c +++ b/src/bin/pg_dump/pg_restore.c @@ -502,7 +502,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")); |