summaryrefslogtreecommitdiffstats
path: root/xmrstak
diff options
context:
space:
mode:
authorpsychocrypt <psychocryptHPC@gmail.com>2018-03-25 21:16:09 +0200
committerpsychocrypt <psychocryptHPC@gmail.com>2018-03-25 21:16:09 +0200
commit5498b16ba54671f9cd7d8d6c14b8a3610e73637d (patch)
treee03f2eab3f87b9127e492b8abde3725b99e63dcd /xmrstak
parentf730932895769d4e6cf1cf266e163a64313cbf44 (diff)
downloadxmr-stak-5498b16ba54671f9cd7d8d6c14b8a3610e73637d.zip
xmr-stak-5498b16ba54671f9cd7d8d6c14b8a3610e73637d.tar.gz
move option currency down
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