diff options
author | fireice-uk <fireice-uk@users.noreply.github.com> | 2017-12-07 11:33:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-07 11:33:32 +0000 |
commit | 035c824258f678a6865c69ef1a8b769549937662 (patch) | |
tree | 9226849ce369c8fc40ea4b0acd48bd06d0ebd64e /xmrstak/cli/cli-miner.cpp | |
parent | fd94d37aef5808fd33b4958c32139d2554e9cc75 (diff) | |
parent | 961de0f4855bda890a48090c17ffd213bdab4ef0 (diff) | |
download | xmr-stak-035c824258f678a6865c69ef1a8b769549937662.zip xmr-stak-035c824258f678a6865c69ef1a8b769549937662.tar.gz |
Merge pull request #378 from psychocrypt/fix-brokenCLIPoolOverwrite
fix broken pool option overwrite via CLI
Diffstat (limited to 'xmrstak/cli/cli-miner.cpp')
-rw-r--r-- | xmrstak/cli/cli-miner.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmrstak/cli/cli-miner.cpp b/xmrstak/cli/cli-miner.cpp index e32733b..06acaea 100644 --- a/xmrstak/cli/cli-miner.cpp +++ b/xmrstak/cli/cli-miner.cpp @@ -82,7 +82,7 @@ void help() cout<<" --nvidia FILE NVIDIA backend miner config file"<<endl; #endif cout<<" "<<endl; - cout<<"The Following options temporary overwrites the config file settings:"<<endl; + cout<<"The Following options temporary overwrites the config entries of \nthe pool with the highest weight:"<<endl; cout<<" -o, --url URL pool url and port, e.g. pool.usxmrpool.com:3333"<<endl; cout<<" -u, --user USERNAME pool user name or wallet address"<<endl; cout<<" -p, --pass PASSWD pool password, in the most cases x or empty \"\""<<endl; |