From 369026a92f1b0c3e3b17706e2061b98447f7ee9a Mon Sep 17 00:00:00 2001 From: Terts Diepraam Date: Thu, 12 May 2022 22:34:08 +0200 Subject: [PATCH] tr: remove duplicate line from clap::Command --- src/uu/tr/src/tr.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/uu/tr/src/tr.rs b/src/uu/tr/src/tr.rs index dd8edc518..93465429f 100644 --- a/src/uu/tr/src/tr.rs +++ b/src/uu/tr/src/tr.rs @@ -143,7 +143,6 @@ pub fn uu_app<'a>() -> Command<'a> { .about(ABOUT) .override_usage(format_usage(USAGE)) .infer_long_args(true) - .infer_long_args(true) .arg( Arg::new(options::COMPLEMENT) .visible_short_alias('C')