Merge pull request #5089 from cakebaker/cat_remove_long_version_of_t_arg

cat: remove --t
This commit is contained in:
Sylvestre Ledru 2023-07-18 19:35:06 +02:00 committed by GitHub
commit 0126f20926
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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),
) )