1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

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(
Arg::new(options::SHOW_NONPRINTING_TABS) Arg::new(options::SHOW_NONPRINTING_TABS)
.short('t') .short('t')
.long(options::SHOW_NONPRINTING_TABS)
.help("equivalent to -vT") .help("equivalent to -vT")
.action(ArgAction::SetTrue), .action(ArgAction::SetTrue),
) )