Skip to content

Commit 6f09fbd

Browse files
committed
deploy: f0e8d44
1 parent 040bec3 commit 6f09fbd

File tree

5 files changed

+14
-6
lines changed

5 files changed

+14
-6
lines changed

user/print.html

+6-2
Original file line numberDiff line numberDiff line change
@@ -5019,6 +5019,10 @@ <h2 id="options-51"><a class="header" href="#options-51">Options</a></h2>
50195019
<dd>
50205020
<p>Do not scroll, clean screen and display text</p>
50215021
</dd>
5022+
<dt><code>--squeeze</code>, <code>-s</code></dt>
5023+
<dd>
5024+
<p>Squeeze multiple blank lines into one</p>
5025+
</dd>
50225026
<dt></dt>
50235027
<dd>
50245028
<p>Path to the files to be read</p>
@@ -9565,7 +9569,7 @@ <h2 id="options-114"><a class="header" href="#options-114">Options</a></h2>
95659569
</dd>
95669570
<dt><code>--files0-from=&lt;F&gt;</code></dt>
95679571
<dd>
9568-
<p>read input from the files specified by<br /> NUL-terminated names in file F;<br /> If F is - then read names from standard input</p>
9572+
<p>read input from the files specified by<br /> NUL-terminated names in file F;<br /> If F is - then read names from standard input</p>
95699573
</dd>
95709574
<dt><code>--lines</code>, <code>-l</code></dt>
95719575
<dd>
@@ -9577,7 +9581,7 @@ <h2 id="options-114"><a class="header" href="#options-114">Options</a></h2>
95779581
</dd>
95789582
<dt><code>--total=&lt;WHEN&gt;</code></dt>
95799583
<dd>
9580-
<p>when to print a line with total counts</p>
9584+
<p>when to print a line with total counts;<br /> WHEN can be: auto, always, only, never</p>
95819585
</dd>
95829586
<dt><code>--words</code>, <code>-w</code></dt>
95839587
<dd>

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

+4
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,10 @@ <h2 id="options"><a class="header" href="#options">Options</a></h2>
195195
<dd>
196196
<p>Do not scroll, clean screen and display text</p>
197197
</dd>
198+
<dt><code>--squeeze</code>, <code>-s</code></dt>
199+
<dd>
200+
<p>Squeeze multiple blank lines into one</p>
201+
</dd>
198202
<dt></dt>
199203
<dd>
200204
<p>Path to the files to be read</p>

user/utils/wc.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ <h2 id="options"><a class="header" href="#options">Options</a></h2>
194194
</dd>
195195
<dt><code>--files0-from=&lt;F&gt;</code></dt>
196196
<dd>
197-
<p>read input from the files specified by<br /> NUL-terminated names in file F;<br /> If F is - then read names from standard input</p>
197+
<p>read input from the files specified by<br /> NUL-terminated names in file F;<br /> If F is - then read names from standard input</p>
198198
</dd>
199199
<dt><code>--lines</code>, <code>-l</code></dt>
200200
<dd>
@@ -206,7 +206,7 @@ <h2 id="options"><a class="header" href="#options">Options</a></h2>
206206
</dd>
207207
<dt><code>--total=&lt;WHEN&gt;</code></dt>
208208
<dd>
209-
<p>when to print a line with total counts</p>
209+
<p>when to print a line with total counts;<br /> WHEN can be: auto, always, only, never</p>
210210
</dd>
211211
<dt><code>--words</code>, <code>-w</code></dt>
212212
<dd>

0 commit comments

Comments
 (0)