diff options
| author | Amitay Isaacs <amitay@gmail.com> | 2018-03-27 11:33:43 +1100 |
|---|---|---|
| committer | Amitay Isaacs <amitay@ozlabs.org> | 2018-05-18 15:40:58 +1000 |
| commit | a3cd499d2a13537d17773ba976363ffaea3d0c09 (patch) | |
| tree | b753a6cbb37e0a4ae5bf6ee295b78d2199187861 /src | |
| parent | 7cc0a19ce51fce6e388f8102d63c1cb0bc84b8ea (diff) | |
| download | pdbg-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}, }; |

