mirror of
https://github.com/uutils/coreutils
synced 2025-01-20 17:14:21 +00:00
cat: remove --t
This commit is contained in:
parent
1b4ef90e25
commit
373035fa08
1 changed files with 0 additions and 1 deletions
|
@ -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),
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue