cat: remove --t

This commit is contained in:
Daniel Hofstetter 2023-07-16 16:48:01 +02:00
parent 1b4ef90e25
commit 373035fa08

View file

@ -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),
)