Skip to content

Commit

Permalink
Merge pull request #3605 from cakebaker/set_value_name
Browse files Browse the repository at this point in the history
unexpand: set value name of arg
  • Loading branch information
sylvestre authored Jun 12, 2022
2 parents e62ff8c + d8f73c3 commit a5861e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/uu/unexpand/src/unexpand.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a5861e8

Please sign in to comment.