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:
parent
1b4ef90e25
commit
373035fa08
1 changed files with 0 additions and 1 deletions
|
@ -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),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue