Commit 5e7c37aebb57c670ccf952e89bf67eae3db421dc

Con Kolivas 2011-07-18T12:02:37

Make it clear what the sha algorithm is for.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/main.c b/main.c
index c2c471a..a5b0536 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"