1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Tweak contrib --help output to match common style

Placeholders such as OPTION are typically kept in singular.
This commit is contained in:
Peter Eisentraut
2012-05-08 21:55:05 +03:00
parent db84ba65ab
commit 081ca7a0d1
3 changed files with 3 additions and 3 deletions

View File

@ -338,7 +338,7 @@ usage(const char *progname)
{
printf("%s is a benchmarking tool for PostgreSQL.\n\n"
"Usage:\n"
" %s [OPTIONS]... [DBNAME]\n"
" %s [OPTION]... [DBNAME]\n"
"\nInitialization options:\n"
" -i invokes initialization mode\n"
" -F NUM fill factor\n"