mirror of
https://github.com/xmrig/xmrig.git
synced 2024-12-23 03:59:41 +00:00
Added missing newline in --help output.
This commit is contained in:
parent
c71ef8197f
commit
01236bc40b
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ static inline const std::string &usage()
|
|||
u += " -u, --user=USERNAME username for mining server\n";
|
||||
u += " -p, --pass=PASSWORD password for mining server\n";
|
||||
u += " -O, --userpass=U:P username:password pair for mining server\n";
|
||||
u += " -x, --proxy=HOST:PORT connect through a SOCKS5 proxy";
|
||||
u += " -x, --proxy=HOST:PORT connect through a SOCKS5 proxy\n";
|
||||
u += " -k, --keepalive send keepalived packet for prevent timeout (needs pool support)\n";
|
||||
u += " --nicehash enable nicehash.com support\n";
|
||||
u += " --rig-id=ID rig identifier for pool-side statistics (needs pool support)\n";
|
||||
|
|
Loading…
Reference in a new issue