diff options
author | Jeff Garzik <jeff@garzik.org> | 2010-12-28 22:38:57 -0500 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2010-12-28 22:38:57 -0500 |
commit | fc4ed179e8f657eb5486d12857d6612a0c3160a5 (patch) | |
tree | cdb02fa1e5e1c780974092999c1c7ef435715c8e /cpu-miner.c | |
parent | 16006f9037973e72c1cc7c4556ae9ec2c4c0248f (diff) |
Release version 0.5.v0.5
Diffstat (limited to 'cpu-miner.c')
-rw-r--r-- | cpu-miner.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu-miner.c b/cpu-miner.c index 19f3f35..168daf3 100644 --- a/cpu-miner.c +++ b/cpu-miner.c @@ -85,9 +85,9 @@ static struct option_help options_help[] = { #ifdef WANT_VIA_PADLOCK "\n\tvia\t\tVIA padlock implementation" #endif - "\n\tcryptopp\tCrypto++ library implementation" + "\n\tcryptopp\tCrypto++ C/C++ implementation" #ifdef WANT_CRYPTOPP_ASM32 - "\n\tcryptopp_asm32\tCrypto++ library implementation" + "\n\tcryptopp_asm32\tCrypto++ 32-bit assembler implementation" #endif }, |