mirror of
https://github.com/uutils/coreutils
synced 2024-12-14 15:22:38 +00:00
unexpand: set value name of arg
This commit is contained in:
parent
d1f7f51f99
commit
d8f73c3f24
1 changed files with 1 additions and 0 deletions
|
@ -134,6 +134,7 @@ pub fn uu_app<'a>() -> Command<'a> {
|
|||
.long(options::TABS)
|
||||
.help("use comma separated LIST of tab positions or have tabs N characters apart instead of 8 (enables -a)")
|
||||
.takes_value(true)
|
||||
.value_name("N, LIST")
|
||||
)
|
||||
.arg(
|
||||
Arg::new(options::NO_UTF8)
|
||||
|
|
Loading…
Reference in a new issue