mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-31 13:07:46 +00:00
Merge pull request #3605 from cakebaker/set_value_name
unexpand: set value name of arg
This commit is contained in:
commit
a5861e8b43
1 changed files with 1 additions and 0 deletions
|
@ -163,6 +163,7 @@ pub fn uu_app<'a>() -> Command<'a> {
|
||||||
.long(options::TABS)
|
.long(options::TABS)
|
||||||
.help("use comma separated LIST of tab positions or have tabs N characters apart instead of 8 (enables -a)")
|
.help("use comma separated LIST of tab positions or have tabs N characters apart instead of 8 (enables -a)")
|
||||||
.takes_value(true)
|
.takes_value(true)
|
||||||
|
.value_name("N, LIST")
|
||||||
)
|
)
|
||||||
.arg(
|
.arg(
|
||||||
Arg::new(options::NO_UTF8)
|
Arg::new(options::NO_UTF8)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue