Skip to content

Commit a61e78b

Browse files
committed
deploy: c249eba
1 parent 8a78fe7 commit a61e78b

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

user/print.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3637,6 +3637,14 @@ <h2 id="options-43"><a class="header" href="#options-43">Options</a></h2>
36373637
<dd>
36383638
<p>treat LINK_NAME as a normal file if it is a symbolic link to a directory</p>
36393639
</dd>
3640+
<dt><code>--logical</code>, <code>-L</code></dt>
3641+
<dd>
3642+
<p>dereference TARGETs that are symbolic links</p>
3643+
</dd>
3644+
<dt><code>--physical</code>, <code>-P</code></dt>
3645+
<dd>
3646+
<p>make hard links directly to symbolic links</p>
3647+
</dd>
36403648
<dt><code>--symbolic</code>, <code>-s</code></dt>
36413649
<dd>
36423650
<p>make symbolic links instead of hard links</p>

user/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

user/searchindex.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

user/utils/ln.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,14 @@ <h2 id="options"><a class="header" href="#options">Options</a></h2>
212212
<dd>
213213
<p>treat LINK_NAME as a normal file if it is a symbolic link to a directory</p>
214214
</dd>
215+
<dt><code>--logical</code>, <code>-L</code></dt>
216+
<dd>
217+
<p>dereference TARGETs that are symbolic links</p>
218+
</dd>
219+
<dt><code>--physical</code>, <code>-P</code></dt>
220+
<dd>
221+
<p>make hard links directly to symbolic links</p>
222+
</dd>
215223
<dt><code>--symbolic</code>, <code>-s</code></dt>
216224
<dd>
217225
<p>make symbolic links instead of hard links</p>

0 commit comments

Comments
 (0)