summaryrefslogtreecommitdiff
path: root/contrib/oid2name
diff options
context:
space:
mode:
authorPeter Eisentraut2012-05-08 18:55:05 +0000
committerPeter Eisentraut2012-05-08 18:55:05 +0000
commit081ca7a0d1991abe7ba6c3c219119335903c4111 (patch)
treedea1094256068637a04e467a4fae79b219a84625 /contrib/oid2name
parentdb84ba65ab5c0ad0b34d68ab5a687bc5f4ca3ba6 (diff)
Tweak contrib --help output to match common style
Placeholders such as OPTION are typically kept in singular.
Diffstat (limited to 'contrib/oid2name')
-rw-r--r--contrib/oid2name/oid2name.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/oid2name/oid2name.c b/contrib/oid2name/oid2name.c
index 05c06ccc68..c7ba1bd101 100644
--- a/contrib/oid2name/oid2name.c
+++ b/contrib/oid2name/oid2name.c
@@ -177,7 +177,7 @@ help(const char *progname)
{
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"