summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/FAQ.md2
-rw-r--r--doc/compile.md2
-rw-r--r--doc/usage.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/FAQ.md b/doc/FAQ.md
index 32acbe4..215048d 100644
--- a/doc/FAQ.md
+++ b/doc/FAQ.md
@@ -65,4 +65,4 @@ Add the binary to to protection software white list to solve this issue.s
If the miner is compiled for Monero and Aeon than you can change
- the value `currency` in the config *or*
- - start the miner with the [command line option](usage.md) `--currency xmr` or `--currency aeon`
+ - start the miner with the [command line option](usage.md) `--currency monero` or `--currency aeon`
diff --git a/doc/compile.md b/doc/compile.md
index a094d55..537a736 100644
--- a/doc/compile.md
+++ b/doc/compile.md
@@ -47,7 +47,7 @@ After the configuration you need to compile the miner, follow the guide for your
- `WIN_UAC` will enable or disable the "Run As Administrator" prompt on Windows.
- UAC confirmation is needed to use large pages on Windows 7.
- On Windows 10 it is only needed once to set up the account to use them.
-- `XMR-STAK_CURRENCY` - compile for Monero(xmr) or Aeon(aeon) usage only e.g. `cmake .. -DXMR-STAK_CURRENCY=xmr`
+- `XMR-STAK_CURRENCY` - compile for Monero(XMR) or Aeon(AEON) usage only e.g. `cmake .. -DXMR-STAK_CURRENCY=monero`
## CPU Build Options
diff --git a/doc/usage.md b/doc/usage.md
index 226a3f1..9a38384 100644
--- a/doc/usage.md
+++ b/doc/usage.md
@@ -33,7 +33,7 @@ Usage: xmr-stak [OPTION]...
-h, --help show this help
-c, --config FILE common miner configuration file
- --currency NAME currency to mine: xmr or aeon
+ --currency NAME currency to mine: monero or aeon
--noCPU disable the CPU miner backend
--cpu FILE CPU backend miner config file
--noAMD disable the AMD miner backend
OpenPOWER on IntegriCloud