aboutsummaryrefslogtreecommitdiffstats
path: root/bsum.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 /bsum.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 '')
-rw-r--r--bsum.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bsum.c b/bsum.c
index 648d7fb..2e06225 100644
--- a/bsum.c
+++ b/bsum.c
@@ -16,6 +16,7 @@ static int length;
static void
usage(void)
{
+ /* TODO add support for salt (-S) */
fprintf(stderr, "usage: %s%s [-c | -B | -L | -U] [-xz] [file] ...",
argv0, lenght_by_command_name ? "" : " [-l bits]");
exit(2);