]> git.ipfire.org Git - thirdparty/coreutils.git/commit
doc: install --compare: clarify mode of operation
authorPádraig Brady <P@draigBrady.com>
Sat, 9 Apr 2022 11:42:37 +0000 (12:42 +0100)
committerPádraig Brady <P@draigBrady.com>
Sat, 9 Apr 2022 12:00:52 +0000 (13:00 +0100)
commit54bec51754c963562378c85b0e1561b84c326785
treea1167d89619eefd6a0508ff5822b0887101e828b
parentd28e369960107696107d888c252abfdd6facd749
doc: install --compare: clarify mode of operation

* doc/coreutils.texi (install invocation): For the --compare option,
clarify that the ownership or permissions of the source files don't
matter.  Also don't imply --owner or --group need to be specified
for --compare to be effective.
* src/install.c (usage): Add more detail on what's being compared.
Fixes https://bugs.gnu.org/50889
doc/coreutils.texi
src/install.c