aboutsummaryrefslogtreecommitdiffstats
path: root/bsum.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2023-07-06 15:51:36 +0200
committerMattias Andrée <maandree@kth.se>2023-07-06 15:51:36 +0200
commit54b1980cc5d13d8ae2f697ee4834bd6b692bf7ab (patch)
tree3b894eca9af7850f805c383cf185ae05d68a12f4 /bsum.c
parentbump year (diff)
downloadblakesum-1.0.tar.gz
blakesum-1.0.tar.bz2
blakesum-1.0.tar.xz
Add -P (pepper), -S (salt), and -K (key) to b2sum + m fix1.0
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--bsum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsum.c b/bsum.c
index 99495e1..80bc203 100644
--- a/bsum.c
+++ b/bsum.c
@@ -17,7 +17,7 @@ static void *salt = NULL;
static void
usage(void)
{
- fprintf(stderr, "usage: %s%s [-c | -B | -L | -U] [-S salt] [-xz] [file] ...",
+ fprintf(stderr, "usage: %s%s [-S salt] [-c | -B | -L | -U] [-xz] [file] ...\n",
argv0, lenght_by_command_name ? "" : " [-l bits]");
exit(2);
}