From 107a8b1324540e4911952dcdc90d60d5e483d11a Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sat, 10 Nov 2012 23:45:56 +0000 Subject: [PATCH] Uppercase help metavars --- bin/pg_repack.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/pg_repack.c b/bin/pg_repack.c index bb3c644..5766ea9 100755 --- a/bin/pg_repack.c +++ b/bin/pg_repack.c @@ -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"); }