]> git.ipfire.org Git - thirdparty/coreutils.git/commit
doc: ls: improve --help formatting
authorPádraig Brady <P@draigBrady.com>
Sat, 12 Feb 2022 17:52:32 +0000 (17:52 +0000)
committerPádraig Brady <P@draigBrady.com>
Sat, 12 Feb 2022 17:55:03 +0000 (17:55 +0000)
commit353ba4978fc0fb1e1fba6f62954793bd809424c3
treedb5212f37842ce19b29f450e7a4833a5bc8d6212
parentcedf627a901e067ad3a63f0fc20f3376ed59786e
doc: ls: improve --help formatting

* src/ls.c (usage): Use blank lines to group multi-line
option descriptions, rather than indenting.
This results in more consistent alignment of descriptions,
and also avoids erroneous new lines in generated in man pages.
Addresses https://bugs.gnu.org/53946
src/ls.c