]> granicus.if.org Git - postgresql/commitdiff
pg_restore: Augment documentation for -N option
authorPeter Eisentraut <peter_e@gmx.net>
Mon, 29 Oct 2018 10:31:43 +0000 (11:31 +0100)
committerPeter Eisentraut <peter_e@gmx.net>
Mon, 29 Oct 2018 10:31:43 +0000 (11:31 +0100)
This was forgotten when the option was added.

Author: Michael Banck <michael.banck@credativ.de>

src/bin/pg_dump/pg_restore.c

index 501d7cea72b6b4a571c4cf936a1724b04b5e5c5a..34d93ab472b0378641334d2baffb3abf84f03823 100644 (file)
@@ -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"));