Skip to content
Snippets Groups Projects
Unverified Commit 608c70f4 authored by fireice-uk's avatar fireice-uk Committed by GitHub
Browse files

Merge pull request #1204 from psychocrypt/topic-shiftOptionCurrencyDown

move option currency down
parents 3f10f0c7 5498b16b
No related branches found
No related tags found
No related merge requests found
...@@ -72,7 +72,6 @@ void help() ...@@ -72,7 +72,6 @@ void help()
#ifdef _WIN32 #ifdef _WIN32
cout<<" --noUAC disable the UAC dialog"<<endl; cout<<" --noUAC disable the UAC dialog"<<endl;
#endif #endif
cout<<" --currency NAME currency to mine:"<<endl;
cout<<" --benchmark BLOCKVERSION ONLY do a 60-second benchmark and exit"<<endl; cout<<" --benchmark BLOCKVERSION ONLY do a 60-second benchmark and exit"<<endl;
#ifndef CONF_NO_CPU #ifndef CONF_NO_CPU
cout<<" --noCPU disable the CPU miner backend"<<endl; cout<<" --noCPU disable the CPU miner backend"<<endl;
...@@ -98,6 +97,7 @@ void help() ...@@ -98,6 +97,7 @@ void help()
cout<<" -r, --rigid RIGID rig identifier for pool-side statistics (needs pool support)"<<endl; 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<<" -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<<" --use-nicehash the pool should run in nicehash mode"<<endl;
cout<<" --currency NAME currency to mine"<<endl;
cout<< endl; cout<< endl;
#ifdef _WIN32 #ifdef _WIN32
cout<<"Environment variables:\n"<<endl; cout<<"Environment variables:\n"<<endl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment