Skip to content

Commit e95de3f

Browse files
committed
deploy: c249eba
1 parent 3686a94 commit e95de3f

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

user/print.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4910,6 +4910,10 @@ <h2 id="options-59"><a class="header" href="#options-59">Options</a></h2>
49104910
<dt></dt>
49114911
<dd>
49124912
</dd>
4913+
<dt><code>--zero-terminated</code>, <code>-z</code></dt>
4914+
<dd>
4915+
<p>line delimiter is NUL, not newline</p>
4916+
</dd>
49134917
</dl>
49144918
<h2 id="examples-56"><a class="header" href="#examples-56">Examples</a></h2>
49154919
<p>Join all the lines into a single line, using TAB as delimiter:</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/paste.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,10 @@ <h2 id="options"><a class="header" href="#options">Options</a></h2>
201201
<dt></dt>
202202
<dd>
203203
</dd>
204+
<dt><code>--zero-terminated</code>, <code>-z</code></dt>
205+
<dd>
206+
<p>line delimiter is NUL, not newline</p>
207+
</dd>
204208
</dl>
205209
<h2 id="examples"><a class="header" href="#examples">Examples</a></h2>
206210
<p>Join all the lines into a single line, using TAB as delimiter:</p>

0 commit comments

Comments
 (0)