shithub: blake2

Download patch

ref: 7b8a7433407e411a5a838f3eb1f0bb6cb07b305e
parent: 70acf250b99973c7b44dd476065ea53fd14e874a
author: Artem Chudinov <arzeth0@gmail.com>
date: Fri Oct 30 17:51:33 EDT 2015

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

--- a/b2sum/b2sum.c
+++ b/b2sum/b2sum.c
@@ -236,7 +236,7 @@
   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" );
--