Skip to content

Commit

Permalink
unexpand: set value name of arg
Browse files Browse the repository at this point in the history
  • Loading branch information
cakebaker authored and sylvestre committed Jun 10, 2022
1 parent d1f7f51 commit d8f73c3
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 @@ -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)
Expand Down

0 comments on commit d8f73c3

Please sign in to comment.