summaryrefslogtreecommitdiffstatshomepage
path: root/docs/source/debugger/cheats.rst
diff options
context:
space:
mode:
author Firehawke <34792592+Firehawke@users.noreply.github.com>2018-02-05 02:27:02 -0700
committer Vas Crabb <cuavas@users.noreply.github.com>2018-02-05 20:27:02 +1100
commitb2e11d00e04db9d62fc2c2c8d50b797c28fcd4a9 (patch)
treebb4b27adebb278114a4155338e645ca0fa6b22af /docs/source/debugger/cheats.rst
parent18835562189492bd15263dba9d0ea5175cc6221c (diff)
More docs work: escapes, debugger update (nw) (#3168)
* Missed a couple escape sequences. (nw) * A little more escaping, acronym fixes, fix oddity in symlist (nw) * Update debugger internal help to match docs (nw) * Lowercasing for CPU in command parameters, fix casing on ASCII. (nw)
Diffstat (limited to 'docs/source/debugger/cheats.rst')
-rw-r--r--docs/source/debugger/cheats.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/debugger/cheats.rst b/docs/source/debugger/cheats.rst
index c725136f516..1b6764c8e79 100644
--- a/docs/source/debugger/cheats.rst
+++ b/docs/source/debugger/cheats.rst
@@ -22,7 +22,7 @@ cheatinit
|
| The cheatinit command initializes the cheat search to the selected memory area.
|
-| If no parameter is specified the cheat search is initialized to all changeable memory of the main cpu.
+| If no parameter is specified the cheat search is initialized to all changeable memory of the main CPU.
|
| <sign> can be s(signed) or u(unsigned)
| <width> can be b(8 bit), w(16 bit), d(32 bit) or q(64 bit)