]> git.ipfire.org Git - thirdparty/coreutils.git/commit
doc: clarify that ln --relative requires --symbolic to be specified
authorPádraig Brady <P@draigBrady.com>
Sun, 11 Apr 2021 14:17:02 +0000 (15:17 +0100)
committerPádraig Brady <P@draigBrady.com>
Sun, 11 Apr 2021 18:23:37 +0000 (19:23 +0100)
commit34a48bf0f0552aaed21a7dba4a5488946a978317
tree04092582649c1e23e16097274581348e83375eb3
parent512fe0490254aaa3cb679237dafe9cc1bb7cd3ea
doc: clarify that ln --relative requires --symbolic to be specified

* doc/coreutils.texi (ln invocation): State --symbolic is required.
* src/ln.c (usage): Explicitly state -s is not implied.
Fixes https://bugs.gnu.org/47703
doc/coreutils.texi
src/ln.c