]> Sergey Matveev's repositories - public-inbox.git/commitdiff
doc lei blob: avoid combined description of separate options
authorKyle Meyer <kyle@kyleam.com>
Mon, 17 May 2021 03:35:20 +0000 (23:35 -0400)
committerEric Wong <e@80x24.org>
Mon, 17 May 2021 07:43:48 +0000 (07:43 +0000)
The next commit will update the manpages to split each option's
variants into separate items.  This change won't mix well with
--oid-a, --path-a, and --path-b.  These different options all share a
single description, and, if each form is on its own line, the link
between the variants of each option would no longer be clear.

Use a dedicated description for each option to avoid confusion.


No differences found