1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-13 01:52:50 -05:00

Improved/restructured --help output.

This commit is contained in:
XMRig
2019-09-23 03:47:40 +07:00
parent c7e4815d79
commit 637301d340
11 changed files with 119 additions and 133 deletions

View File

@@ -46,7 +46,6 @@ xmrig::Controller::~Controller()
int xmrig::Controller::init()
{
Cpu::init();
Base::init();
m_network = new Network(this);