Skip to content

Commit

Permalink
add override
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Wiederhake <[email protected]>
  • Loading branch information
sylvestre and BenWiederhake authored Apr 28, 2024
1 parent 3650dba commit 0f53e49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/uu/cksum/src/cksum.rs
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,8 @@ pub fn uu_app() -> Command {
Arg::new(options::TEXT)
.long(options::TEXT)
.short('t')
.hide(true) // for legacy compatibility, no action
.hide(true)
.overrides_with(options::BINARY)
.action(ArgAction::SetTrue),
)
.arg(
Expand Down

0 comments on commit 0f53e49

Please sign in to comment.