Skip to content

Commit 5ff7475

Browse files
committed
deploy: c249eba
1 parent 8773fbf commit 5ff7475

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

user/print.html

+8
Original file line numberDiff line numberDiff line change
@@ -4666,10 +4666,18 @@ <h2 id="options-57"><a class="header" href="#options-57">Options</a></h2>
46664666
<dd>
46674667
<p>auto-scale input numbers to UNITs; see UNIT below</p>
46684668
</dd>
4669+
<dt><code>--from-unit=&lt;N&gt;</code></dt>
4670+
<dd>
4671+
<p>specify the input unit size</p>
4672+
</dd>
46694673
<dt><code>--to=&lt;UNIT&gt;</code></dt>
46704674
<dd>
46714675
<p>auto-scale output numbers to UNITs; see UNIT below</p>
46724676
</dd>
4677+
<dt><code>--to-unit=&lt;N&gt;</code></dt>
4678+
<dd>
4679+
<p>the output unit size</p>
4680+
</dd>
46734681
<dt><code>--padding=&lt;N&gt;</code></dt>
46744682
<dd>
46754683
<p>pad the output to N characters; positive N will right-align; negative N will left-align; padding is ignored if the output is wider than N; the default is to automatically pad if a whitespace is found</p>

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

+8
Original file line numberDiff line numberDiff line change
@@ -201,10 +201,18 @@ <h2 id="options"><a class="header" href="#options">Options</a></h2>
201201
<dd>
202202
<p>auto-scale input numbers to UNITs; see UNIT below</p>
203203
</dd>
204+
<dt><code>--from-unit=&lt;N&gt;</code></dt>
205+
<dd>
206+
<p>specify the input unit size</p>
207+
</dd>
204208
<dt><code>--to=&lt;UNIT&gt;</code></dt>
205209
<dd>
206210
<p>auto-scale output numbers to UNITs; see UNIT below</p>
207211
</dd>
212+
<dt><code>--to-unit=&lt;N&gt;</code></dt>
213+
<dd>
214+
<p>the output unit size</p>
215+
</dd>
208216
<dt><code>--padding=&lt;N&gt;</code></dt>
209217
<dd>
210218
<p>pad the output to N characters; positive N will right-align; negative N will left-align; padding is ignored if the output is wider than N; the default is to automatically pad if a whitespace is found</p>

0 commit comments

Comments
 (0)