diff mbox series

[4/6] main: Update help output for HTM

Message ID 20180703065810.14917-4-mikey@neuling.org
State Accepted
Headers show
Series [1/6] htm: Fix compiling on ARM | expand

Commit Message

Michael Neuling July 3, 2018, 6:58 a.m. UTC
Remove reset, dump and analyse. Add record.

Signed-off-by: Michael Neuling <mikey@neuling.org>
---
 src/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/src/main.c b/src/main.c
index 06612fd042..759f955897 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" },