Skip to content

Commit db6ee97

Browse files
committed
deploy: c249eba
1 parent 25654a7 commit db6ee97

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

user/print.html

+4
Original file line numberDiff line numberDiff line change
@@ -3734,6 +3734,10 @@ <h2 id="options-45"><a class="header" href="#options-45">Options</a></h2>
37343734
<dd>
37353735
<p>List entries in rows instead of in columns.</p>
37363736
</dd>
3737+
<dt><code>--tabsize=&lt;COLS&gt;</code>, <code>-T &lt;COLS&gt;</code></dt>
3738+
<dd>
3739+
<p>Assume tab stops at each COLS instead of 8 (unimplemented)</p>
3740+
</dd>
37373741
<dt><code>-m</code></dt>
37383742
<dd>
37393743
<p>List entries separated by commas.</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

+4
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,10 @@ <h2 id="options"><a class="header" href="#options">Options</a></h2>
205205
<dd>
206206
<p>List entries in rows instead of in columns.</p>
207207
</dd>
208+
<dt><code>--tabsize=&lt;COLS&gt;</code>, <code>-T &lt;COLS&gt;</code></dt>
209+
<dd>
210+
<p>Assume tab stops at each COLS instead of 8 (unimplemented)</p>
211+
</dd>
208212
<dt><code>-m</code></dt>
209213
<dd>
210214
<p>List entries separated by commas.</p>

0 commit comments

Comments
 (0)