summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack O'Connor <oconnor663@gmail.com>2022-11-20 17:23:53 -0800
committerJack O'Connor <oconnor663@gmail.com>2022-11-20 17:24:58 -0800
commit8b9608ba178f1ebdae25e2b2e52b6786952e4b18 (patch)
tree703c812ecd9f1706a962204e93e30f56ac98afba
parent56b72b173825a4f82e20db0aa38754bfed45d8b6 (diff)
grammar fix in b3sum help output
-rw-r--r--b3sum/README.md2
-rw-r--r--b3sum/src/main.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/b3sum/README.md b/b3sum/README.md
index 157aa40..9f66a60 100644
--- a/b3sum/README.md
+++ b/b3sum/README.md
@@ -18,7 +18,7 @@ Options:
--no-mmap Disable memory mapping
--no-names Omit filenames in the output
--raw Write raw output bytes to stdout, rather than hex
- -c, --check Read BLAKE3 sums from the [FILE]s and checks them
+ -c, --check Read BLAKE3 sums from the [FILE]s and check them
--quiet Skip printing OK for each successfully verified file
-h, --help Print help information (use `--help` for more detail)
-V, --version Print version information
diff --git a/b3sum/src/main.rs b/b3sum/src/main.rs
index 151ba51..6089df9 100644
--- a/b3sum/src/main.rs
+++ b/b3sum/src/main.rs
@@ -72,7 +72,7 @@ struct Inner {
#[arg(long)]
raw: bool,
- /// Read BLAKE3 sums from the [FILE]s and checks them
+ /// Read BLAKE3 sums from the [FILE]s and check them
#[arg(
short,
long,