Skip to content

Commit ec5ce88

Browse files
committed
deploy: c249eba
1 parent a6f603c commit ec5ce88

File tree

5 files changed

+22
-22
lines changed

5 files changed

+22
-22
lines changed

user/print.html

+10-10
Original file line numberDiff line numberDiff line change
@@ -1701,6 +1701,10 @@ <h2 id="options-15"><a class="header" href="#options-15">Options</a></h2>
17011701
<dd>
17021702
<p>always follow symbolic links in SOURCE</p>
17031703
</dd>
1704+
<dt><code>-H</code></dt>
1705+
<dd>
1706+
<p>follow command-line symbolic links in SOURCE</p>
1707+
</dd>
17041708
<dt><code>--archive</code>, <code>-a</code></dt>
17051709
<dd>
17061710
<p>Same as -dR --preserve=all</p>
@@ -1725,10 +1729,6 @@ <h2 id="options-15"><a class="header" href="#options-15">Options</a></h2>
17251729
<dd>
17261730
<p>NotImplemented: set SELinux security context of destination file to default type</p>
17271731
</dd>
1728-
<dt><code>-H</code></dt>
1729-
<dd>
1730-
<p>NotImplemented: follow command-line symbolic links in SOURCE</p>
1731-
</dd>
17321732
<dt></dt>
17331733
<dd>
17341734
</dd>
@@ -5377,7 +5377,11 @@ <h2 id="examples-58"><a class="header" href="#examples-58">Examples</a></h2>
53775377
</code></pre>
53785378
<p>Write content of given file or standard input to standard output with pagination filter</p>
53795379
<h2 id="options-62"><a class="header" href="#options-62">Options</a></h2>
5380-
<dl><dt><code>--pages=&lt;FIRST_PAGE[:LAST_PAGE]&gt;</code></dt>
5380+
<dl><dt><code>--version</code>, <code>-V</code></dt>
5381+
<dd>
5382+
<p>Print version information</p>
5383+
</dd>
5384+
<dt><code>--pages=&lt;FIRST_PAGE[:LAST_PAGE]&gt;</code></dt>
53815385
<dd>
53825386
<p>Begin and stop printing with page FIRST_PAGE[:LAST_PAGE]</p>
53835387
</dd>
@@ -5451,11 +5455,7 @@ <h2 id="options-62"><a class="header" href="#options-62">Options</a></h2>
54515455
</dd>
54525456
<dt><code>--help</code></dt>
54535457
<dd>
5454-
<p>Show this help message</p>
5455-
</dd>
5456-
<dt><code>--version</code>, <code>-V</code></dt>
5457-
<dd>
5458-
<p>Show version information</p>
5458+
<p>Print help information</p>
54595459
</dd>
54605460
<dt></dt>
54615461
<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/cp.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,10 @@ <h2 id="options"><a class="header" href="#options">Options</a></h2>
287287
<dd>
288288
<p>always follow symbolic links in SOURCE</p>
289289
</dd>
290+
<dt><code>-H</code></dt>
291+
<dd>
292+
<p>follow command-line symbolic links in SOURCE</p>
293+
</dd>
290294
<dt><code>--archive</code>, <code>-a</code></dt>
291295
<dd>
292296
<p>Same as -dR --preserve=all</p>
@@ -311,10 +315,6 @@ <h2 id="options"><a class="header" href="#options">Options</a></h2>
311315
<dd>
312316
<p>NotImplemented: set SELinux security context of destination file to default type</p>
313317
</dd>
314-
<dt><code>-H</code></dt>
315-
<dd>
316-
<p>NotImplemented: follow command-line symbolic links in SOURCE</p>
317-
</dd>
318318
<dt></dt>
319319
<dd>
320320
</dd>

user/utils/pr.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,11 @@ <h1 id="pr"><a class="header" href="#pr">pr</a></h1>
181181
</code></pre>
182182
<p>Write content of given file or standard input to standard output with pagination filter</p>
183183
<h2 id="options"><a class="header" href="#options">Options</a></h2>
184-
<dl><dt><code>--pages=&lt;FIRST_PAGE[:LAST_PAGE]&gt;</code></dt>
184+
<dl><dt><code>--version</code>, <code>-V</code></dt>
185+
<dd>
186+
<p>Print version information</p>
187+
</dd>
188+
<dt><code>--pages=&lt;FIRST_PAGE[:LAST_PAGE]&gt;</code></dt>
185189
<dd>
186190
<p>Begin and stop printing with page FIRST_PAGE[:LAST_PAGE]</p>
187191
</dd>
@@ -255,11 +259,7 @@ <h2 id="options"><a class="header" href="#options">Options</a></h2>
255259
</dd>
256260
<dt><code>--help</code></dt>
257261
<dd>
258-
<p>Show this help message</p>
259-
</dd>
260-
<dt><code>--version</code>, <code>-V</code></dt>
261-
<dd>
262-
<p>Show version information</p>
262+
<p>Print help information</p>
263263
</dd>
264264
<dt></dt>
265265
<dd>

0 commit comments

Comments
 (0)