Skip to content

Commit fcef69c

Browse files
committed
deploy: c249eba
1 parent bbde4ad commit fcef69c

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

user/print.html

+7
Original file line numberDiff line numberDiff line change
@@ -3742,6 +3742,13 @@ <h2 id="options-45"><a class="header" href="#options-45">Options</a></h2>
37423742
<dd>
37433743
<p>List entries separated by commas.</p>
37443744
</dd>
3745+
<dt><code>--zero</code></dt>
3746+
<dd>
3747+
<p>List entries separated by ASCII NUL characters.</p>
3748+
</dd>
3749+
<dt><code>--dired</code>, <code>-D</code></dt>
3750+
<dd>
3751+
</dd>
37453752
<dt><code>-1</code></dt>
37463753
<dd>
37473754
<p>List one file per line.</p>

user/searchindex.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

user/searchindex.json

+1-1
Large diffs are not rendered by default.

user/utils/ls.html

+7
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,13 @@ <h2 id="options"><a class="header" href="#options">Options</a></h2>
213213
<dd>
214214
<p>List entries separated by commas.</p>
215215
</dd>
216+
<dt><code>--zero</code></dt>
217+
<dd>
218+
<p>List entries separated by ASCII NUL characters.</p>
219+
</dd>
220+
<dt><code>--dired</code>, <code>-D</code></dt>
221+
<dd>
222+
</dd>
216223
<dt><code>-1</code></dt>
217224
<dd>
218225
<p>List one file per line.</p>

0 commit comments

Comments
 (0)