1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-11 07:17:58 +00:00

Make it clear what the sha algorithm is for.

This commit is contained in:
Con Kolivas 2011-07-18 12:02:37 +10:00
parent 5affc3b5ab
commit 5e7c37aebb

2
main.c
View File

@ -313,7 +313,7 @@ static char *enable_debug(bool *flag)
static struct opt_table opt_config_table[] = {
OPT_WITH_ARG("--algo|-a",
set_algo, show_algo, &opt_algo,
"Specify sha256 implementation:\n"
"Specify sha256 implementation for CPU mining:\n"
"\tc\t\tLinux kernel sha256, implemented in C"
#ifdef WANT_SSE2_4WAY
"\n\t4way\t\ttcatm's 4-way SSE2 implementation"