diff options
author | Mattias Andrée <maandree@kth.se> | 2022-02-20 12:54:15 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-02-20 12:55:24 +0100 |
commit | 705aac5c3219451356ccd08c34494362269831b2 (patch) | |
tree | 60f5c114b08b8fee363ad1b87c822ec22c848de2 /bsum.c | |
parent | Improve makefile (diff) | |
download | blakesum-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |