Merge pull request #3605 from cakebaker/set_value_name

unexpand: set value name of arg
This commit is contained in:
Sylvestre Ledru
2022-06-12 16:03:06 +02:00
committed by GitHub
+1
View File
@@ -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)