Skip to content

Commit

Permalink
cat: remove --t
Browse files Browse the repository at this point in the history
  • Loading branch information
cakebaker committed Jul 16, 2023
1 parent 1b4ef90 commit 373035f
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 373035f

Please sign in to comment.