diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-03-14 00:53:12 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-03-17 14:41:09 +0300 |
commit | ff5c508e1678e2e8a02544cd71c5560bb59f313c (patch) | |
tree | 7f5eef2d586e6841df52a05738889f8e7e35ba05 /doc | |
parent | bab021a6203127f38fb89c61cc41deb3e0abbe62 (diff) |
Adapt testscripts to ln builtin target path completion fix
Diffstat (limited to 'doc')
-rw-r--r-- | doc/testscript.cli | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/testscript.cli b/doc/testscript.cli index d39893a..6b47dad 100644 --- a/doc/testscript.cli +++ b/doc/testscript.cli @@ -2413,7 +2413,8 @@ If the last argument does not end with a directory separator, then the first synopsis is assumed where \c{ln} creates the symbolic link to \i{target-path} at \i{link-path} failing if the \i{target-path} filesystem entry does not exist, \i{link-path} filesystem entry already exists or more than two arguments -are specified. +are specified. If \i{target-path} is relative, then it is assumed to be +relative to the \i{link-path}'s directory. If the last argument ends with a directory separator, then the second synopsis is assumed where \c{ln} creates one or more symbolic links to \i{target-path} |