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
path: root/b2sum
diff options
context:
space:
mode:
authorArtem Chudinov <arzeth0@gmail.com>2015-10-30 19:51:33 +0300
committerArtem Chudinov <arzeth0@gmail.com>2015-10-30 19:51:33 +0300
commit7b8a7433407e411a5a838f3eb1f0bb6cb07b305e (patch)
tree5400dc9d0568c97d0806b4dbc8949f2c28450fdb /b2sum
parent70acf250b99973c7b44dd476065ea53fd14e874a (diff)
b2sum: Replace "-a <hash>" with "-a <algo>" in the --help message
Diffstat (limited to 'b2sum')
-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" );