Improved/restructured --help output.

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

View File

@@ -37,7 +37,6 @@ class Cpu
public:
static ICpuInfo *info();
static rapidjson::Value toJSON(rapidjson::Document &doc);
static void init();
static void release();
inline static Assembly::Id assembly(Assembly::Id hint) { return hint == Assembly::AUTO ? Cpu::info()->assembly() : hint; }