diff options
| author | James Henderson <jh7370@my.bristol.ac.uk> | 2019-07-04 08:49:04 +0000 |
|---|---|---|
| committer | James Henderson <jh7370@my.bristol.ac.uk> | 2019-07-04 08:49:04 +0000 |
| commit | 38d99038264291976965454d6fba8cd921a1718b (patch) | |
| tree | b9dbbc465e343af62fb19370644522d7099467b0 /llvm/docs/CommandGuide | |
| parent | c74322a11bccb0ab7f9d608b1f05e6ecc47889e2 (diff) | |
| download | bcm5719-llvm-38d99038264291976965454d6fba8cd921a1718b.tar.gz bcm5719-llvm-38d99038264291976965454d6fba8cd921a1718b.zip | |
[docs][llvm-dwarfdump] Remove unnecessary reference to --show-children
The --show-children option description describes what it does, and
references the =<offset> parameter of section dump switches. I don't
think it needs to be explained again in the documentation of the
section dump switches too.
Reviewed by: JDevlieghere
Differential Revision: https://reviews.llvm.org/D64132
llvm-svn: 365115
Diffstat (limited to 'llvm/docs/CommandGuide')
| -rw-r--r-- | llvm/docs/CommandGuide/llvm-dwarfdump.rst | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/docs/CommandGuide/llvm-dwarfdump.rst b/llvm/docs/CommandGuide/llvm-dwarfdump.rst index e2cec42cea3..1a128e5cb4b 100644 --- a/llvm/docs/CommandGuide/llvm-dwarfdump.rst +++ b/llvm/docs/CommandGuide/llvm-dwarfdump.rst @@ -154,9 +154,7 @@ OPTIONS optional offset of the exact entry to dump within the respective section. When an offset is provided, only the entry at that offset will be dumped, else the entire - section will be dumped. Children of items at a specific - offset can be dumped by also using the - :option:`--show-children` option where applicable. + section will be dumped. .. option:: @<FILE> |

