Skip to content

Commit 9a80f89

Browse files
committed
deploy: c249eba
1 parent a8ba694 commit 9a80f89

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

user/print.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7102,7 +7102,7 @@ <h2 id="options-89"><a class="header" href="#options-89">Options</a></h2>
71027102
</dd>
71037103
<dt><code>--compress-program=&lt;PROG&gt;</code></dt>
71047104
<dd>
7105-
<p>compress temporary files with PROG, decompress with PROG -d</p>
7105+
<p>compress temporary files with PROG, decompress with PROG -d; PROG has to take input from stdin and output to stdout</p>
71067106
</dd>
71077107
<dt><code>--batch-size=&lt;N_MERGE&gt;</code></dt>
71087108
<dd>
@@ -8175,6 +8175,7 @@ <h2 id="options-107"><a class="header" href="#options-107">Options</a></h2>
81758175
</dd>
81768176
<dt><code>--tabs</code>, <code>-t</code></dt>
81778177
<dd>
8178+
<p>use comma separated LIST of tab positions or have tabs N characters apart instead of 8 (enables -a)</p>
81788179
</dd>
81798180
<dt><code>--no-utf8</code>, <code>-U</code></dt>
81808181
<dd>

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/sort.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ <h2 id="options"><a class="header" href="#options">Options</a></h2>
286286
</dd>
287287
<dt><code>--compress-program=&lt;PROG&gt;</code></dt>
288288
<dd>
289-
<p>compress temporary files with PROG, decompress with PROG -d</p>
289+
<p>compress temporary files with PROG, decompress with PROG -d; PROG has to take input from stdin and output to stdout</p>
290290
</dd>
291291
<dt><code>--batch-size=&lt;N_MERGE&gt;</code></dt>
292292
<dd>

user/utils/unexpand.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ <h2 id="options"><a class="header" href="#options">Options</a></h2>
203203
</dd>
204204
<dt><code>--tabs</code>, <code>-t</code></dt>
205205
<dd>
206+
<p>use comma separated LIST of tab positions or have tabs N characters apart instead of 8 (enables -a)</p>
206207
</dd>
207208
<dt><code>--no-utf8</code>, <code>-U</code></dt>
208209
<dd>

0 commit comments

Comments
 (0)