Skip to content

Commit

Permalink
Merge pull request #5089 from cakebaker/cat_remove_long_version_of_t_arg
Browse files Browse the repository at this point in the history
cat: remove --t
  • Loading branch information
sylvestre committed Jul 18, 2023
2 parents cf29f3f + 373035f commit 0126f20
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/uu/cat/src/cat.rs
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@ pub fn uu_app() -> Command {
.arg(
Arg::new(options::SHOW_NONPRINTING_TABS)
.short('t')
.long(options::SHOW_NONPRINTING_TABS)
.help("equivalent to -vT")
.action(ArgAction::SetTrue),
)
Expand Down

0 comments on commit 0126f20

Please sign in to comment.