Skip to content

Commit fef9482

Browse files
committed
pg_restore: Augment documentation for -N option
This was forgotten when the option was added. Author: Michael Banck <michael.banck@credativ.de>
1 parent a71f556 commit fef9482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_dump/pg_restore.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ usage(const char *progname)
502502
printf(_(" --role=ROLENAME do SET ROLE before restore\n"));
503503

504504
printf(_("\n"
505-
"The options -I, -n, -P, -t, -T, and --section can be combined and specified\n"
505+
"The options -I, -n, -N, -P, -t, -T, and --section can be combined and specified\n"
506506
"multiple times to select multiple objects.\n"));
507507
printf(_("\nIf no input file name is supplied, then standard input is used.\n\n"));
508508
printf(_("Report bugs to <pgsql-bugs@postgresql.org>.\n"));

0 commit comments

Comments
 (0)