Uppercase help metavars
This commit is contained in:
parent
1852775c48
commit
107a8b1324
@ -700,8 +700,8 @@ pgut_help(bool details)
|
||||
printf("Options:\n");
|
||||
printf(" -a, --all repack all databases\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(" -o, --order-by=COLUMNS order by columns instead of cluster keys\n");
|
||||
printf(" -t, --table=TABLE repack specific table only\n");
|
||||
printf(" -T, --wait-timeout=secs timeout to cancel other backends on conflict\n");
|
||||
printf(" -T, --wait-timeout=SECS timeout to cancel other backends on conflict\n");
|
||||
printf(" -Z, --no-analyze don't analyze at end\n");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user