1
1
mirror of https://github.com/BLAKE2/BLAKE2 synced 2024-09-18 08:51:39 +02:00

b2sum: Replace "-a <hash>" with "-a <algo>" in the --help message

This commit is contained in:
Artem Chudinov 2015-10-30 21:51:33 +05:00
parent 70acf250b9
commit 7b8a743340

View File

@ -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" );