Files
clang-p2996/lldb
Jonas Devlieghere c706338020 [lldb] Fix target stop-hook add help output
The help output for `target stop-hook add` references non-existing
option `--one-line-command`. The correct option is `--one-liner`:

```
-o <one-line-command> ( --one-liner <one-line-command> )
     Add a command for the stop hook.  Can be specified more than once,
     and commands will be run in the order they appear.
```

This commit fixes the help text.

rdar://152730660
2025-06-10 15:36:55 -07:00
..
2025-06-10 11:27:30 -07:00