[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Use recommended long options syntax in man page
From: |
Eli Zaretskii |
Subject: |
Re: [PATCH] Use recommended long options syntax in man page |
Date: |
Wed, 10 Jan 2018 05:36:30 +0200 |
> Cc: address@hidden, address@hidden, address@hidden, address@hidden
> From: Paul Eggert <address@hidden>
> Date: Tue, 9 Jan 2018 14:21:49 -0800
>
> On 01/09/2018 09:24 AM, Eli Zaretskii wrote:
> > The latter works in more use cases than the former, see bug#24949. So
> > recommending it will trip fewer newbies.
>
> That is true only for options with an optional argument, as Bug#24949#30
> mentions. Most options are not that way, and we needn't recommend the
> spurious "=" for them.
Newbies or people who only rarely use these options would not know
which arguments are optional, so recommending to always use a '='
makes their muscle memory more future-proof.
- [PATCH] Use recommended long options syntax in man page, Philipp Stephani, 2018/01/07
- Re: [PATCH] Use recommended long options syntax in man page, Paul Eggert, 2018/01/07
- Re: [PATCH] Use recommended long options syntax in man page, Richard Stallman, 2018/01/08
- Re: [PATCH] Use recommended long options syntax in man page, Paul Eggert, 2018/01/09
- Re: [PATCH] Use recommended long options syntax in man page, Eli Zaretskii, 2018/01/09
- Re: [PATCH] Use recommended long options syntax in man page, Paul Eggert, 2018/01/09
- Re: [PATCH] Use recommended long options syntax in man page,
Eli Zaretskii <=
- Re: [PATCH] Use recommended long options syntax in man page, Richard Copley, 2018/01/10
- Re: [PATCH] Use recommended long options syntax in man page, Richard Stallman, 2018/01/11
- Re: [PATCH] Use recommended long options syntax in man page, Philipp Stephani, 2018/01/17
- Re: [PATCH] Use recommended long options syntax in man page, Richard Stallman, 2018/01/09
Re: [PATCH] Use recommended long options syntax in man page, Eli Zaretskii, 2018/01/07