diff options
author | Daniel Gustafsson | 2023-03-02 13:36:37 +0000 |
---|---|---|
committer | Daniel Gustafsson | 2023-03-02 13:36:37 +0000 |
commit | 2f80c95740f88e9e3e04ee0c2063e55a497315b4 (patch) | |
tree | f8071f236164f76ab088df712e3278231849319f /contrib | |
parent | 7ab1bc2939f32aa995bdb81eaac3bb28f908e980 (diff) |
Mark options as deprecated in usage output
Some deprecated options were not marked as such in usage output. This
does so across the installed binaries in an attempt to provide consistent
markup for this.
Reviewed-by: Heikki Linnakangas <hlinnaka@iki.fi>
Discussion: https://postgr.es/m/062C6A8A-A4E8-4F52-9E31-45F0C9E9915E@yesql.se
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/oid2name/oid2name.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/oid2name/oid2name.c b/contrib/oid2name/oid2name.c index 4edf02d9c70..e8c1e2c97bd 100644 --- a/contrib/oid2name/oid2name.c +++ b/contrib/oid2name/oid2name.c @@ -217,7 +217,7 @@ help(const char *progname) "\nConnection options:\n" " -d, --dbname=DBNAME database to connect to\n" " -h, --host=HOSTNAME database server host or socket directory\n" - " -H same as -h, deprecated option\n" + " -H (same as -h, deprecated)\n" " -p, --port=PORT database server port number\n" " -U, --username=USERNAME connect as specified database user\n" "\nThe default action is to show all database OIDs.\n\n" |