From 5e7c37aebb57c670ccf952e89bf67eae3db421dc Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Mon, 18 Jul 2011 12:02:37 +1000 Subject: [PATCH] Make it clear what the sha algorithm is for. --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index c2c471aa..a5b05361 100644 --- a/main.c +++ b/main.c @@ -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"