1
0
Fork 0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-04-20 13:24:06 +02:00

grammar fix in b3sum help output

This commit is contained in:
Jack O'Connor 2022-11-20 17:23:53 -08:00
parent 56b72b1738
commit 8b9608ba17
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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,