diff options
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 }, |