aboutsummaryrefslogtreecommitdiffstats
path: root/bsum.1
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-01-16 21:41:44 +0100
committerMattias Andrée <maandree@kth.se>2022-01-16 21:42:39 +0100
commitfcc5eb9f87a476115cc742bf45056ccbbc830057 (patch)
tree4180fc846779d3e7e90d36122392f48193b88659 /bsum.1
parentFirst commit (diff)
downloadblakesum-fcc5eb9f87a476115cc742bf45056ccbbc830057.tar.gz
blakesum-fcc5eb9f87a476115cc742bf45056ccbbc830057.tar.bz2
blakesum-fcc5eb9f87a476115cc742bf45056ccbbc830057.tar.xz
m + add b2sum
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'bsum.1')
-rw-r--r--bsum.18
1 files changed, 7 insertions, 1 deletions
diff --git a/bsum.1 b/bsum.1
index d8ca915..442af70 100644
--- a/bsum.1
+++ b/bsum.1
@@ -34,7 +34,7 @@ option is also used.
.B -L
Output checksums in lower-case hexadecimal representation. (Default)
.TP
-.B -l
+.BI "-l " bits
Select version of the BLAKE algorithm. Valid values
are 224 (default), 256, 384, and 512.
.TP
@@ -70,3 +70,9 @@ Checksums did not match or a file did not exist.
.TP
2
An error occurred.
+.SH SEE ALSO
+.BR b2sum (1),
+.BR b224sum (1),
+.BR b256sum (1),
+.BR b384sum (1),
+.BR b512sum (1)