Removed option --http-enabled.

This commit is contained in:
XMRig 2019-09-23 04:53:33 +07:00
parent 290493e485
commit 0f05936e63
4 changed files with 13 additions and 2 deletions

View file

@ -87,7 +87,6 @@ static inline const std::string &usage()
u += "\nAPI:\n";
u += " --api-worker-id=ID custom worker-id for API\n";
u += " --api-id=ID custom instance ID for API\n";
u += " --http-enabled enable HTTP API\n";
u += " --http-host=HOST bind host for HTTP API (default: 127.0.0.1)\n";
u += " --http-port=N bind port for HTTP API\n";
u += " --http-access-token=T access token for HTTP API\n";