diff options
author | Michael Christensen <mchristensen@meta.com> | 2024-06-04 14:02:41 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-04 14:02:41 -0700 |
commit | 679f75e24b81c3ba4a7666ad1f08aa40a6fdddfa (patch) | |
tree | fe0f8be4f92e491e334f65c7b405f69ed34fa7e6 /llvm/lib/Analysis/LoopAccessAnalysis.cpp | |
parent | cd3255abede5e3687c1538f2d3857deb2c51af1b (diff) | |
download | llvm-679f75e24b81c3ba4a7666ad1f08aa40a6fdddfa.zip llvm-679f75e24b81c3ba4a7666ad1f08aa40a6fdddfa.tar.gz llvm-679f75e24b81c3ba4a7666ad1f08aa40a6fdddfa.tar.bz2 |
[easy] Fix spacing in help message of 'process save-core' command (#89445)
Very minor change to help message on `process save-core`. Adds space
between two sentences explaining the `-p` option:
"Specify a plugin name to create the core file.This allows core files to
be saved in different formats."
-->
"Specify a plugin name to create the core file. This allows core files
to be saved in different formats."
Before:
```
(lldb) help process save-core
Save the current process as a core file using an appropriate file type.
Syntax: process save-core [-s corefile-style -p plugin-name] FILE
Command Options Usage:
process save-core [-p[<plugin>]] [-s <corefile-style>] <path>
-p[<plugin>] ( --plugin-name=[<plugin>] )
Specify a plugin name to create the core file.This allows core files to be saved in different formats.
-s <corefile-style> ( --style <corefile-style> )
Request a specific style of corefile to be saved.
Values: full | modified-memory | stack
This command takes options and free-form arguments. If your arguments resemble option specifiers (i.e., they start with a -
or --), you must use ' -- ' between the end of the command options and the beginning of the arguments.
```
After:
```
michristensen@devbig356 build/Debug ยป $HOME/llvm-sand/build/Debug/bin/lldb -x
(lldb) help process save-core
Save the current process as a core file using an appropriate file type.
Syntax: process save-core [-s corefile-style -p plugin-name] FILE
Command Options Usage:
process save-core [-p[<plugin>]] [-s <corefile-style>] <path>
-p[<plugin>] ( --plugin-name=[<plugin>] )
Specify a plugin name to create the core file. This allows core files to be saved in different formats.
-s <corefile-style> ( --style <corefile-style> )
Request a specific style of corefile to be saved.
Values: full | modified-memory | stack
This command takes options and free-form arguments. If your arguments resemble option specifiers (i.e., they start with a -
or --), you must use ' -- ' between the end of the command options and the beginning of the arguments.
```
Diffstat (limited to 'llvm/lib/Analysis/LoopAccessAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions