mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
pgbench: Fix inadvertent inconsistency in help message.
Per report from Fujii Masao.
This commit is contained in:
parent
79cddb1841
commit
682d977f81
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user