mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Tweak contrib --help output to match common style
Placeholders such as OPTION are typically kept in singular.
This commit is contained in:
@ -218,7 +218,7 @@ usage(void)
|
||||
{
|
||||
printf(_("pg_upgrade upgrades a PostgreSQL cluster to a different major version.\n\
|
||||
\nUsage:\n\
|
||||
pg_upgrade [OPTIONS]...\n\
|
||||
pg_upgrade [OPTION]...\n\
|
||||
\n\
|
||||
Options:\n\
|
||||
-b, --old-bindir=OLDBINDIR old cluster executable directory\n\
|
||||
|
Reference in New Issue
Block a user