diff options
author | fireice-uk <fireice-uk@users.noreply.github.com> | 2017-11-22 03:41:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-22 03:41:39 +0000 |
commit | 3f559584059b83e8839dbbb7911556b31313b20a (patch) | |
tree | 2509e344eab4de6c82881553ddb4cad29a30a066 | |
parent | 2bbe9c46abe7fba521e64b14ac0bcebf6b57a79e (diff) | |
parent | 0384fde3fe20ca0a6d4205d6fee56acc7ac804b1 (diff) | |
download | xmr-stak-3f559584059b83e8839dbbb7911556b31313b20a.zip xmr-stak-3f559584059b83e8839dbbb7911556b31313b20a.tar.gz |
Merge pull request #196 from psychocrypt/fix-missingHelpOutput
add missing nvidia help to usage.md
-rw-r--r-- | doc/usage.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/usage.md b/doc/usage.md index ca379ab..bb35769 100644 --- a/doc/usage.md +++ b/doc/usage.md @@ -40,6 +40,8 @@ Usage: xmr-stak [OPTION]... --cpu FILE CPU backend miner config file --noAMD disable the AMD miner backend --amd FILE AMD backend miner config file + --noNVIDIA disable the NVIDIA miner backend + --nvidia FILE NVIDIA backend miner config file The Following options temporary overwrites the config file settings: -o, --url URL pool url and port, e.g. pool.usxmrpool.com:3333 |