Add description of --jobs to the docs. Also, add missing newline in --help output.

This commit is contained in:
Josh Kupershmidt
2012-12-13 21:10:59 -07:00
parent 4c0c2f3618
commit b9c7189fa9
2 changed files with 8 additions and 1 deletions

View File

@ -1416,7 +1416,7 @@ pgut_help(bool details)
printf("Options:\n");
printf(" -a, --all repack all databases\n");
printf(" -j --jobs Use this many parallel jobs");
printf(" -j --jobs Use this many parallel jobs for each table\n");
printf(" -n, --no-order do vacuum full instead of cluster\n");
printf(" -o, --order-by=COLUMNS order by columns instead of cluster keys\n");
printf(" -t, --table=TABLE repack specific table only\n");