Added missing newline in --help output.

This commit is contained in:
XMRig 2020-03-25 04:03:18 +07:00
parent c71ef8197f
commit 01236bc40b
No known key found for this signature in database
GPG key ID: 446A53638BE94409

View file

@ -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";