mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 20:47:46 +00:00
tr: remove duplicate line from clap::Command
This commit is contained in:
parent
6f5d5aa456
commit
369026a92f
1 changed files with 0 additions and 1 deletions
|
@ -143,7 +143,6 @@ pub fn uu_app<'a>() -> Command<'a> {
|
||||||
.about(ABOUT)
|
.about(ABOUT)
|
||||||
.override_usage(format_usage(USAGE))
|
.override_usage(format_usage(USAGE))
|
||||||
.infer_long_args(true)
|
.infer_long_args(true)
|
||||||
.infer_long_args(true)
|
|
||||||
.arg(
|
.arg(
|
||||||
Arg::new(options::COMPLEMENT)
|
Arg::new(options::COMPLEMENT)
|
||||||
.visible_short_alias('C')
|
.visible_short_alias('C')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue