mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Merge pull request #3605 from cakebaker/set_value_name
unexpand: set value name of arg
This commit is contained in:
@@ -163,6 +163,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)
|
||||
|
||||
Reference in New Issue
Block a user