Re: Marking options deprecated in help output
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: Heikki Linnakangas <hlinnaka@iki.fi>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-02-28T23:12:11Z
Lists: pgsql-hackers
Attachments
- deprecated_options_v2.diff (application/octet-stream) patch v2
> On 24 Feb 2023, at 21:31, Heikki Linnakangas <hlinnaka@iki.fi> wrote: > On 05/12/2022 11:42, Daniel Gustafsson wrote: > How about putting the deprecated option on a separate line like this: > >> -h, --host=HOSTNAME database server host or socket directory >> -H (same as -h, deprecated) If nothing else, it helps to keep it shorter and avoids breaking the line between command and description, so I agree with you. Done in the attached v2. -- Daniel Gustafsson
Commits
-
Mark options as deprecated in usage output
- 2f80c95740f8 16.0 landed