Had to shorten the tablespace metavar

In the rst docs two spaces are required between option and doc.
This commit is contained in:
Daniele Varrazzo
2013-04-17 09:17:35 +01:00
parent 42c65d16f8
commit 0e74882429
2 changed files with 5 additions and 5 deletions

View File

@ -1542,8 +1542,8 @@ pgut_help(bool details)
printf("Options:\n");
printf(" -a, --all repack all databases\n");
printf(" -t, --table=TABLE repack specific table only\n");
printf(" -s, --tablespace=TABLESPC move repacked tables to a new tablespace\n");
printf(" -S, --moveidx move repacked indexes to TABLESPC too\n");
printf(" -s, --tablespace=TBLSPC move repacked tables to a new tablespace\n");
printf(" -S, --moveidx move repacked indexes to TBLSPC too\n");
printf(" -o, --order-by=COLUMNS order by columns instead of cluster keys\n");
printf(" -n, --no-order do vacuum full instead of cluster\n");
printf(" -j --jobs Use this many parallel jobs for each table\n");