Skip to content

Commit 2fe42ba

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 0993b8a commit 2fe42ba

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
@@ -506,7 +506,7 @@ usage(const char *progname)
506506
printf(_(" --role=ROLENAME do SET ROLE before restore\n"));
507507

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

0 commit comments

Comments
 (0)