From 2fe42baf7c1ad96b5f9eb898161e258315298351 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 29 Oct 2018 11:31:43 +0100 Subject: [PATCH] pg_restore: Augment documentation for -N option This was forgotten when the option was added. Author: Michael Banck --- src/bin/pg_dump/pg_restore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/pg_dump/pg_restore.c b/src/bin/pg_dump/pg_restore.c index 501d7cea72..34d93ab472 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 .\n")); -- 2.40.0