summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorMichael Neuling <mikey@neuling.org>2018-07-03 16:58:08 +1000
committerAlistair Popple <alistair@popple.id.au>2018-07-12 13:53:15 +1000
commitebbab13080c5d99de9755deb7feb5a0b6c6ea2c8 (patch)
tree5a46ea0ecb6a379b6294d87e1f5f4f0b16acb678 /src/main.c
parent436eb8c74fb4a762b61837ee27ddbd6b5fe21334 (diff)
downloadpdbg-ebbab13080c5d99de9755deb7feb5a0b6c6ea2c8.tar.gz
pdbg-ebbab13080c5d99de9755deb7feb5a0b6c6ea2c8.zip
main: Update help output for HTM
Remove reset, dump and analyse. Add record. Signed-off-by: Michael Neuling <mikey@neuling.org>
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index ed06dc3..43222f0 100644
--- a/src/main.c
+++ b/src/main.c
@@ -116,7 +116,7 @@ static struct action actions[] = {
{ "start", "", "Start thread" },
{ "step", "<count>", "Set a thread <count> instructions" },
{ "stop", "", "Stop thread" },
- { "htm", "core|nest start|stop|status|reset|dump|trace|analyse", "Hardware Trace Macro" },
+ { "htm", "core|nest start|stop|status|dump|record", "Hardware Trace Macro" },
{ "release", "", "Should be called after pdbg work is finished" },
{ "probe", "", "" },
{ "getcfam", "<address>", "Read system cfam" },
OpenPOWER on IntegriCloud