mirror of
https://github.com/postgres/postgres.git
synced 2025-10-28 11:55:03 +03:00
Put new command-line options into alphabetical order in help output
This commit is contained in:
@@ -921,11 +921,11 @@ usage(void)
|
||||
" --log-prefix=PREFIX prefix for transaction time log file\n"
|
||||
" (default: \"pgbench_log\")\n"
|
||||
" --max-tries=NUM max number of tries to run transaction (default: 1)\n"
|
||||
" --verbose-errors print messages of all errors\n"
|
||||
" --progress-timestamp use Unix epoch timestamps for progress\n"
|
||||
" --random-seed=SEED set random seed (\"time\", \"rand\", integer)\n"
|
||||
" --sampling-rate=NUM fraction of transactions to log (e.g., 0.01 for 1%%)\n"
|
||||
" --show-script=NAME show builtin script code, then exit\n"
|
||||
" --verbose-errors print messages of all errors\n"
|
||||
"\nCommon options:\n"
|
||||
" -d, --debug print debugging output\n"
|
||||
" -h, --host=HOSTNAME database server host or socket directory\n"
|
||||
|
||||
Reference in New Issue
Block a user