mirror of
https://github.com/uutils/coreutils
synced 2024-12-14 23:32:39 +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(
|
||||||
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…
Reference in a new issue