mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Merge pull request #5089 from cakebaker/cat_remove_long_version_of_t_arg
cat: remove --t
This commit is contained in:
commit
0126f20926
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…
Add table
Add a link
Reference in a new issue