mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Merge pull request #5089 from cakebaker/cat_remove_long_version_of_t_arg
cat: remove --t
This commit is contained in:
@@ -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),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user