summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2018-03-27 11:33:43 +1100
committerAmitay Isaacs <amitay@ozlabs.org>2018-05-18 15:40:58 +1000
commita3cd499d2a13537d17773ba976363ffaea3d0c09 (patch)
treeb753a6cbb37e0a4ae5bf6ee295b78d2199187861 /src
parent7cc0a19ce51fce6e388f8102d63c1cb0bc84b8ea (diff)
downloadpdbg-a3cd499d2a13537d17773ba976363ffaea3d0c09.tar.gz
pdbg-a3cd499d2a13537d17773ba976363ffaea3d0c09.zip
main: Shorten usage description for htm subcommand
Signed-off-by: Amitay Isaacs <amitay@ozlabs.org>
Diffstat (limited to 'src')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index f024ae2..a420cc7 100644
--- a/src/main.c
+++ b/src/main.c
@@ -93,7 +93,7 @@ static struct action expert_actions[] = {
{ "htm_dump", "", "[deprecated use 'htm nest dump'] Dump HTM buffer to file", &run_htm_dump },
{ "htm_trace", "" , "[deprecated use 'htm nest trace'] Configure and start tracing with HTM", &run_htm_trace },
{ "htm_analyse", "", "[derepcated use 'htm nest analyse'] Stop and dump buffer to file", &run_htm_analyse },
- { "htm", "(core | nest) (start | stop | status | reset | dump | trace | analyse", "Hardware Trace Macro", &run_htm },
+ { "htm", "core|nest start|stop|status|reset|dump|trace|analyse", "Hardware Trace Macro", &run_htm },
{ "release", "", "Should be called after pdbg work is finished, to release special wakeups and other resources.", &handle_release},
};
OpenPOWER on IntegriCloud