Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 298706d

Browse files
committed
pgbench: Fix order in --help output
The new option --progress-timestamp was just added at the end. Put it in alphabetical order.
1 parent 29424a9 commit 298706d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pgbench/pgbench.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -438,8 +438,8 @@ usage(void)
438438
" -T, --time=NUM duration of benchmark test in seconds\n"
439439
" -v, --vacuum-all vacuum all four standard tables before tests\n"
440440
" --aggregate-interval=NUM aggregate data over NUM seconds\n"
441-
" --sampling-rate=NUM fraction of transactions to log (e.g. 0.01 for 1%%)\n"
442441
" --progress-timestamp use Unix epoch timestamps for progress\n"
442+
" --sampling-rate=NUM fraction of transactions to log (e.g., 0.01 for 1%%)\n"
443443
"\nCommon options:\n"
444444
" -d, --debug print debugging output\n"
445445
" -h, --host=HOSTNAME database server host or socket directory\n"

0 commit comments

Comments
 (0)