From d61f48543e33c360f0453a751322e22e4fadf883 Mon Sep 17 00:00:00 2001 From: Jan Willem Penterman Date: Wed, 26 Aug 2015 17:41:50 +0200 Subject: [PATCH] Grocer's apostrophe! --- ethminer/MinerAux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethminer/MinerAux.h b/ethminer/MinerAux.h index 81b76b368..e23d4b35d 100644 --- a/ethminer/MinerAux.h +++ b/ethminer/MinerAux.h @@ -448,7 +448,7 @@ public: << " --cuda-grid-size Set the CUDA grid size. Default is " << toString(ethash_cu_miner::c_defaultGridSize) << endl << " --cuda-streams Set the number of CUDA streams. Default is " << toString(ethash_cu_miner::c_defaultNumStreams) << endl << " --cuda-turbo Get a bit of extra hashrate at the cost of high CPU load... Default is false" << endl - << " --cuda-devices <0 1 ..n> Select which GPU's to mine on. Default is to use all" << endl + << " --cuda-devices <0 1 ..n> Select which GPUs to mine on. Default is to use all" << endl #endif ; }