Skip to content

Commit 179a26f

Browse files
committed
deploy: f0e8d44
1 parent 7841d33 commit 179a26f

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

user/print.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5007,10 +5007,18 @@ <h2 id="examples-49"><a class="header" href="#examples-49">Examples</a></h2>
50075007
</code></pre>
50085008
<p>Display the contents of a text file</p>
50095009
<h2 id="options-51"><a class="header" href="#options-51">Options</a></h2>
5010-
<dl><dt><code>--silent</code>, <code>-d</code></dt>
5010+
<dl><dt><code>--print-over</code>, <code>-c</code></dt>
5011+
<dd>
5012+
<p>Do not scroll, display text and clean line ends</p>
5013+
</dd>
5014+
<dt><code>--silent</code>, <code>-d</code></dt>
50115015
<dd>
50125016
<p>Display help instead of ringing bell</p>
50135017
</dd>
5018+
<dt><code>--clean-print</code>, <code>-p</code></dt>
5019+
<dd>
5020+
<p>Do not scroll, clean screen and display text</p>
5021+
</dd>
50145022
<dt></dt>
50155023
<dd>
50165024
<p>Path to the files to be read</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/more.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,10 +183,18 @@ <h1 id="more"><a class="header" href="#more">more</a></h1>
183183
</code></pre>
184184
<p>Display the contents of a text file</p>
185185
<h2 id="options"><a class="header" href="#options">Options</a></h2>
186-
<dl><dt><code>--silent</code>, <code>-d</code></dt>
186+
<dl><dt><code>--print-over</code>, <code>-c</code></dt>
187+
<dd>
188+
<p>Do not scroll, display text and clean line ends</p>
189+
</dd>
190+
<dt><code>--silent</code>, <code>-d</code></dt>
187191
<dd>
188192
<p>Display help instead of ringing bell</p>
189193
</dd>
194+
<dt><code>--clean-print</code>, <code>-p</code></dt>
195+
<dd>
196+
<p>Do not scroll, clean screen and display text</p>
197+
</dd>
190198
<dt></dt>
191199
<dd>
192200
<p>Path to the files to be read</p>

0 commit comments

Comments
 (0)