mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
numfmt: remove duplicate default hints from help
This commit is contained in:
parent
03b208cb9d
commit
bd29a8c472
1 changed files with 2 additions and 2 deletions
|
@ -211,7 +211,7 @@ pub fn uu_app<'a>() -> Command<'a> {
|
|||
.arg(
|
||||
Arg::new(options::FIELD)
|
||||
.long(options::FIELD)
|
||||
.help("replace the numbers in these input fields (default=1) see FIELDS below")
|
||||
.help("replace the numbers in these input fields; see FIELDS below")
|
||||
.value_name("FIELDS")
|
||||
.default_value(options::FIELD_DEFAULT),
|
||||
)
|
||||
|
@ -256,7 +256,7 @@ pub fn uu_app<'a>() -> Command<'a> {
|
|||
.long(options::ROUND)
|
||||
.help(
|
||||
"use METHOD for rounding when scaling; METHOD can be: up,\
|
||||
down, from-zero (default), towards-zero, nearest",
|
||||
down, from-zero, towards-zero, nearest",
|
||||
)
|
||||
.value_name("METHOD")
|
||||
.default_value("from-zero")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue