pgbench: Fix inadvertent inconsistency in help message.

Per report from Fujii Masao.
This commit is contained in:
Robert Haas 2013-06-27 10:33:04 -04:00
parent 79cddb1841
commit 682d977f81

View File

@ -333,7 +333,7 @@ usage(void)
" -F, --fillfactor=NUM set fill factor\n"
" -n, --no-vacuum do not run VACUUM after initialization\n"
" -q, --quiet quiet logging (one message each 5 seconds)\n"
" -s NUM, --scale NUM scaling factor\n"
" -s, --scale=NUM scaling factor\n"
" --foreign-keys create foreign key constraints between tables\n"
" --index-tablespace=TABLESPACE\n"
" create indexes in the specified tablespace\n"