Skip to content

Commit

Permalink
cksum: adding -b as the short form for --base64
Browse files Browse the repository at this point in the history
closes #5706
  • Loading branch information
jadijadi committed Apr 3, 2024
1 parent 874c4f2 commit 958d882
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/uu/cksum/src/cksum.rs
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,7 @@ pub fn uu_app() -> Command {
.arg(
Arg::new(options::BASE64)
.long(options::BASE64)
.short('b')
.help("emit a base64 digest, not hexadecimal")
.action(ArgAction::SetTrue)
// Even though this could easily just override an earlier '--raw',
Expand Down

0 comments on commit 958d882

Please sign in to comment.