From 1f5074381f9e9bf96236ae50e27863b098856c84 Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Fri, 26 Nov 2010 19:12:22 -0500 Subject: [PATCH] Correct -a command line help. --- cpu-miner.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu-miner.c b/cpu-miner.c index 052c3fe9..9690d29e 100644 --- a/cpu-miner.c +++ b/cpu-miner.c @@ -63,7 +63,7 @@ static struct option_help options_help[] = { "(-h) Display this help text" }, { "algo", - "(-a) Specify sha256 implementation:\n" + "(-a XXX) Specify sha256 implementation:\n" "\tc\t\tLinux kernel sha256, implemented in C" #ifdef __SSE__ "\n\t4way\t\ttcatm's 4-way SSE2 implementation"