aboutsummaryrefslogtreecommitdiffstats
path: root/b2sum.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-02-20 12:54:15 +0100
committerMattias Andrée <maandree@kth.se>2022-02-20 12:55:24 +0100
commit705aac5c3219451356ccd08c34494362269831b2 (patch)
tree60f5c114b08b8fee363ad1b87c822ec22c848de2 /b2sum.c
parentImprove makefile (diff)
downloadblakesum-705aac5c3219451356ccd08c34494362269831b2.tar.gz
blakesum-705aac5c3219451356ccd08c34494362269831b2.tar.bz2
blakesum-705aac5c3219451356ccd08c34494362269831b2.tar.xz
Add readme, fix documentation, and add/update todo
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'b2sum.c')
-rw-r--r--b2sum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/b2sum.c b/b2sum.c
index 8d16d38..ebaba67 100644
--- a/b2sum.c
+++ b/b2sum.c
@@ -19,7 +19,7 @@ static size_t hashlen;
static void
usage(void)
{
- /* TODO add support for key, salt, and personalization */
+ /* TODO add support for key (-K), salt (-S), and personalization (-P) */
/* TODO add support for parallel versions */
/* TODO add support for tree hashing */
fprintf(stderr, "usage: %s [-l bits | -X bits] [-c | -B | -L | -U] [-sxz] [file] ...", argv0);