mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-15 08:20:16 +08: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…
Reference in New Issue
Block a user