Skip to content

Commit d37aa06

Browse files
committed
add missing paren
1 parent abe5686 commit d37aa06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_dump/pg_dump.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@ help(const char *progname)
882882
printf(_(" --no-tablespaces do not dump tablespace assignments\n"));
883883
printf(_(" --no-unlogged-table-data do not dump unlogged table data\n"));
884884
printf(_(" --quote-all-identifiers quote all identifiers, even if not key words\n"));
885-
printf(_(" --section=SECTION dump named section (pre-data, data or post-data\n"));
885+
printf(_(" --section=SECTION dump named section (pre-data, data or post-data)\n"));
886886
printf(_(" --serializable-deferrable wait until the dump can run without anomalies\n"));
887887
printf(_(" --use-set-session-authorization\n"
888888
" use SET SESSION AUTHORIZATION commands instead of\n"

0 commit comments

Comments
 (0)