From: Robert Haas Date: Thu, 27 Jun 2013 14:33:04 +0000 (-0400) Subject: pgbench: Fix inadvertent inconsistency in help message. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=682d977f816e7fa7f29c723666248a8c3ac09bd6;p=users%2Fbernd%2Fpostgres.git pgbench: Fix inadvertent inconsistency in help message. Per report from Fujii Masao. --- diff --git a/contrib/pgbench/pgbench.c b/contrib/pgbench/pgbench.c index d464ef5efa..80203d66d1 100644 --- a/contrib/pgbench/pgbench.c +++ b/contrib/pgbench/pgbench.c @@ -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"