File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -354,7 +354,7 @@ usage(void)
354
354
"(default: simple)\n"
355
355
" -n, --no-vacuum do not run VACUUM before tests\n"
356
356
" -N, --skip-some-updates skip updates of pgbench_tellers and pgbench_branches\n"
357
- " -P, --progress NUM show thread progress report every NUM seconds\n"
357
+ " -P, --progress= NUM show thread progress report every NUM seconds\n"
358
358
" -r, --report-latencies report average latency per command\n"
359
359
" -s, --scale=NUM report this scale factor in output\n"
360
360
" -S, --select-only perform SELECT-only transactions\n"
Original file line number Diff line number Diff line change @@ -409,10 +409,10 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
409
409
410
410
<varlistentry>
411
411
<term><option>-P</option> <replaceable>sec</></term>
412
- <term><option>--progress</option> <replaceable>sec</></term>
412
+ <term><option>--progress= </option> <replaceable>sec</></term>
413
413
<listitem>
414
414
<para>
415
- Show progress report about every <literal>sec</> seconds.
415
+ Show progress report every <literal>sec</> seconds.
416
416
</para>
417
417
</listitem>
418
418
</varlistentry>
You can’t perform that action at this time.
0 commit comments