File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ help(const char *progname)
177
177
{
178
178
printf ("%s helps examining the file structure used by PostgreSQL.\n\n"
179
179
"Usage:\n"
180
- " %s [OPTIONS ]...\n"
180
+ " %s [OPTION ]...\n"
181
181
"\nOptions:\n"
182
182
" -d DBNAME database to connect to\n"
183
183
" -f FILENODE show info for table with given file node\n"
Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ usage(void)
218
218
{
219
219
printf (_ ("pg_upgrade upgrades a PostgreSQL cluster to a different major version.\n\
220
220
\nUsage:\n\
221
- pg_upgrade [OPTIONS ]...\n\
221
+ pg_upgrade [OPTION ]...\n\
222
222
\n\
223
223
Options:\n\
224
224
-b, --old-bindir=OLDBINDIR old cluster executable directory\n\
Original file line number Diff line number Diff line change @@ -338,7 +338,7 @@ usage(const char *progname)
338
338
{
339
339
printf ("%s is a benchmarking tool for PostgreSQL.\n\n"
340
340
"Usage:\n"
341
- " %s [OPTIONS ]... [DBNAME]\n"
341
+ " %s [OPTION ]... [DBNAME]\n"
342
342
"\nInitialization options:\n"
343
343
" -i invokes initialization mode\n"
344
344
" -F NUM fill factor\n"
You can’t perform that action at this time.
0 commit comments