Skip to content

Commit ecb097c

Browse files
committed
deploy: c249eba
1 parent 9f9fa94 commit ecb097c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/src/uu_numfmt/numfmt.rs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@
557557
.<span class="ident">arg</span>(
558558
<span class="ident">Arg::new</span>(<span class="ident">options::FIELD</span>)
559559
.<span class="ident">long</span>(<span class="ident">options::FIELD</span>)
560-
.<span class="ident">help</span>(<span class="string">&quot;replace the numbers in these input fields (default=1) see FIELDS below&quot;</span>)
560+
.<span class="ident">help</span>(<span class="string">&quot;replace the numbers in these input fields; see FIELDS below&quot;</span>)
561561
.<span class="ident">value_name</span>(<span class="string">&quot;FIELDS&quot;</span>)
562562
.<span class="ident">default_value</span>(<span class="ident">options::FIELD_DEFAULT</span>),
563563
)
@@ -602,7 +602,7 @@
602602
.<span class="ident">long</span>(<span class="ident">options::ROUND</span>)
603603
.<span class="ident">help</span>(
604604
<span class="string">&quot;use METHOD for rounding when scaling; METHOD can be: up,\
605-
down, from-zero (default), towards-zero, nearest&quot;</span>,
605+
down, from-zero, towards-zero, nearest&quot;</span>,
606606
)
607607
.<span class="ident">value_name</span>(<span class="string">&quot;METHOD&quot;</span>)
608608
.<span class="ident">default_value</span>(<span class="string">&quot;from-zero&quot;</span>)

0 commit comments

Comments
 (0)