1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

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
commit a5861e8b43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)