]> git.ipfire.org Git - thirdparty/coreutils.git/commit
readlink: improve documentation for POSIXLY_CORRECT in --help
authorCollin Funk <collin.funk1@gmail.com>
Sun, 3 Aug 2025 19:33:55 +0000 (12:33 -0700)
committerCollin Funk <collin.funk1@gmail.com>
Sun, 3 Aug 2025 19:33:55 +0000 (12:33 -0700)
commit2ff3c65e940f152a7b56395a5828c052f30dba50
tree3b9b6d02697f224ec229330438a2766ead23fd1f
parentecd803805d2ce49e46babd3657c455d9b2419102
readlink: improve documentation for POSIXLY_CORRECT in --help

* NEWS: Improve wording to not imply POSIXLY_CORRECT=1 readlink -q will
be verbose.
* src/readlink.c (usage): Mention the affect of POSIXLY_CORRECT on
-s (--silent), -q (--quiet), and -v (--verbose) in the help message.
(main): Remove spurious newline added by previous commit.
* doc/coreutils.texi (readlink invocation): Mention that -s (--silent)
and -q (--quiet) are not the default when POSIXLY_CORRECT is set.
NEWS
doc/coreutils.texi
src/readlink.c