Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/BLAKE2/BLAKE2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--b2sum/b2sum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/b2sum/b2sum.c b/b2sum/b2sum.c
index 55c6136..e9cd526 100644
--- a/b2sum/b2sum.c
+++ b/b2sum/b2sum.c
@@ -236,7 +236,7 @@ static void usage( char **argv, int errcode )
fprintf( out, "\n" );
fprintf( out, "With no FILE, or when FILE is -, read standard input.\n" );
fprintf( out, "\n" );
- fprintf( out, " -a <hash> hash algorithm (blake2b is default): \n"
+ fprintf( out, " -a <algo> hash algorithm (blake2b is default): \n"
" [blake2b|blake2s|blake2bp|blake2sp]\n" );
fprintf( out, " --tag create a BSD-style checksum\n" );
fprintf( out, " --help display this help and exit\n" );