aboutsummaryrefslogtreecommitdiffstats
path: root/b2sum.c
diff options
context:
space:
mode:
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);