@@ -1064,18 +1064,18 @@ help(const char *progname)
1064
1064
printf(_(" -j, --jobs=NUM use this many parallel jobs to dump\n"));
1065
1065
printf(_(" -v, --verbose verbose mode\n"));
1066
1066
printf(_(" -V, --version output version information, then exit\n"));
1067
- printf(_(" -Z, --compress=METHOD[:LEVEL ]\n"
1067
+ printf(_(" -Z, --compress=METHOD[:DETAIL ]\n"
1068
1068
" compress as specified\n"));
1069
1069
printf(_(" --lock-wait-timeout=TIMEOUT fail after waiting TIMEOUT for a table lock\n"));
1070
1070
printf(_(" --no-sync do not wait for changes to be written safely to disk\n"));
1071
1071
printf(_(" -?, --help show this help, then exit\n"));
1072
1072
1073
1073
printf(_("\nOptions controlling the output content:\n"));
1074
1074
printf(_(" -a, --data-only dump only the data, not the schema\n"));
1075
- printf(_(" -b, --large-objects include large objects in dump\n"
1076
- " --blobs (same as --large-objects, deprecated)\n"));
1077
- printf(_(" -B, --no-large-objects exclude large objects in dump\n"
1078
- " --no-blobs (same as --no-large-objects, deprecated)\n"));
1075
+ printf(_(" -b, --large-objects include large objects in dump\n"));
1076
+ printf(_( " --blobs (same as --large-objects, deprecated)\n"));
1077
+ printf(_(" -B, --no-large-objects exclude large objects in dump\n"));
1078
+ printf(_( " --no-blobs (same as --no-large-objects, deprecated)\n"));
1079
1079
printf(_(" -c, --clean clean (drop) database objects before recreating\n"));
1080
1080
printf(_(" -C, --create include commands to create database in dump\n"));
1081
1081
printf(_(" -e, --extension=PATTERN dump the specified extension(s) only\n"));
@@ -1096,8 +1096,8 @@ help(const char *progname)
1096
1096
printf(_(" --enable-row-security enable row security (dump only content user has\n"
1097
1097
" access to)\n"));
1098
1098
printf(_(" --exclude-table-and-children=PATTERN\n"
1099
- " do NOT dump the specified table(s),\n"
1100
- "including child and partition tables\n"));
1099
+ " do NOT dump the specified table(s), including \n"
1100
+ " child and partition tables\n"));
1101
1101
printf(_(" --exclude-table-data=PATTERN do NOT dump data for the specified table(s)\n"));
1102
1102
printf(_(" --exclude-table-data-and-children=PATTERN\n"
1103
1103
" do NOT dump data for the specified table(s),\n"
@@ -1125,8 +1125,8 @@ help(const char *progname)
1125
1125
printf(_(" --snapshot=SNAPSHOT use given snapshot for the dump\n"));
1126
1126
printf(_(" --strict-names require table and/or schema include patterns to\n"
1127
1127
" match at least one entity each\n"));
1128
- printf(_(" --table-and-children=PATTERN dump only the specified table(s),\n"
1129
- "including child and partition tables\n"));
1128
+ printf(_(" --table-and-children=PATTERN dump only the specified table(s), including \n"
1129
+ " child and partition tables\n"));
1130
1130
printf(_(" --use-set-session-authorization\n"
1131
1131
" use SET SESSION AUTHORIZATION commands instead of\n"
1132
1132
" ALTER OWNER commands to set ownership\n"));