Placeholders such as OPTION are typically kept in singular.
{
printf("%s helps examining the file structure used by PostgreSQL.\n\n"
"Usage:\n"
- " %s [OPTIONS]...\n"
+ " %s [OPTION]...\n"
"\nOptions:\n"
" -d DBNAME database to connect to\n"
" -f FILENODE show info for table with given file node\n"
{
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\
{
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"