summaryrefslogtreecommitdiffstats
path: root/xmrstak
diff options
context:
space:
mode:
authorfireice-uk <fireice-uk@users.noreply.github.com>2018-03-25 20:49:41 +0100
committerGitHub <noreply@github.com>2018-03-25 20:49:41 +0100
commit608c70f4bd88c1cc79d7d8d7d116d8be3fb14f04 (patch)
treea85ba5b3cefa5df95bb50b4e6410bbc682b2412d /xmrstak
parent3f10f0c78c2103e1ba150cb166e44145fd798588 (diff)
parent5498b16ba54671f9cd7d8d6c14b8a3610e73637d (diff)
downloadxmr-stak-608c70f4bd88c1cc79d7d8d7d116d8be3fb14f04.zip
xmr-stak-608c70f4bd88c1cc79d7d8d7d116d8be3fb14f04.tar.gz
Merge pull request #1204 from psychocrypt/topic-shiftOptionCurrencyDown
move option currency down
Diffstat (limited to 'xmrstak')
-rw-r--r--xmrstak/cli/cli-miner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmrstak/cli/cli-miner.cpp b/xmrstak/cli/cli-miner.cpp
index e2d50f2..9a1becf 100644
--- a/xmrstak/cli/cli-miner.cpp
+++ b/xmrstak/cli/cli-miner.cpp
@@ -72,7 +72,6 @@ void help()
#ifdef _WIN32
cout<<" --noUAC disable the UAC dialog"<<endl;
#endif
- cout<<" --currency NAME currency to mine:"<<endl;
cout<<" --benchmark BLOCKVERSION ONLY do a 60-second benchmark and exit"<<endl;
#ifndef CONF_NO_CPU
cout<<" --noCPU disable the CPU miner backend"<<endl;
@@ -98,6 +97,7 @@ void help()
cout<<" -r, --rigid RIGID rig identifier for pool-side statistics (needs pool support)"<<endl;
cout<<" -p, --pass PASSWD pool password, in the most cases x or empty \"\""<<endl;
cout<<" --use-nicehash the pool should run in nicehash mode"<<endl;
+ cout<<" --currency NAME currency to mine"<<endl;
cout<< endl;
#ifdef _WIN32
cout<<"Environment variables:\n"<<endl;
OpenPOWER on IntegriCloud