Removed option --http-enabled.
This commit is contained in:
parent
290493e485
commit
0f05936e63
4 changed files with 13 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue