Correct -a command line help.
This commit is contained in:
parent
c639149977
commit
1f5074381f
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ static struct option_help options_help[] = {
|
||||||
"(-h) Display this help text" },
|
"(-h) Display this help text" },
|
||||||
|
|
||||||
{ "algo",
|
{ "algo",
|
||||||
"(-a) Specify sha256 implementation:\n"
|
"(-a XXX) Specify sha256 implementation:\n"
|
||||||
"\tc\t\tLinux kernel sha256, implemented in C"
|
"\tc\t\tLinux kernel sha256, implemented in C"
|
||||||
#ifdef __SSE__
|
#ifdef __SSE__
|
||||||
"\n\t4way\t\ttcatm's 4-way SSE2 implementation"
|
"\n\t4way\t\ttcatm's 4-way SSE2 implementation"
|
||||||
|
|
Loading…
Reference in a new issue