Skip to content

Commit a942042

Browse files
committed
Fix up the --help output for --jobs.
1 parent 2902320 commit a942042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/pg_repack.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1531,7 +1531,7 @@ pgut_help(bool details)
15311531
printf(" -S, --moveidx move repacked indexes to TBLSPC too\n");
15321532
printf(" -o, --order-by=COLUMNS order by columns instead of cluster keys\n");
15331533
printf(" -n, --no-order do vacuum full instead of cluster\n");
1534-
printf(" -j --jobs Use this many parallel jobs for each table\n");
1534+
printf(" -j, --jobs=NUM Use this many parallel jobs for each table\n");
15351535
printf(" -T, --wait-timeout=SECS timeout to cancel other backends on conflict\n");
15361536
printf(" -Z, --no-analyze don't analyze at end\n");
15371537
}

0 commit comments

Comments
 (0)