diff options
author | Jeff Garzik <jeff@garzik.org> | 2010-11-26 19:12:22 -0500 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2010-11-26 19:12:22 -0500 |
commit | 1f5074381f9e9bf96236ae50e27863b098856c84 (patch) | |
tree | 1032ca8a4ba2e734782778eb1d070f1d09635aa4 | |
parent | c639149977837c26c0f9c50352ffebd95d519456 (diff) |
Correct -a command line help.
-rw-r--r-- | cpu-miner.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu-miner.c b/cpu-miner.c index 052c3fe..9690d29 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" |