diff options
author | James Henderson <jh7370@my.bristol.ac.uk> | 2019-06-11 13:51:18 +0000 |
---|---|---|
committer | James Henderson <jh7370@my.bristol.ac.uk> | 2019-06-11 13:51:18 +0000 |
commit | 9487963244e4c805cf0f5798d903bdb10012b59d (patch) | |
tree | 332fb5824944994b37cac6aa9a18b20ee162257f /llvm/docs/CommandGuide | |
parent | be7f5c71584c2cdbb9d47f9f7ba8b9a955c94b05 (diff) | |
download | bcm5719-llvm-9487963244e4c805cf0f5798d903bdb10012b59d.tar.gz bcm5719-llvm-9487963244e4c805cf0f5798d903bdb10012b59d.zip |
[llvm-dwarfdump] Simplify --ignore-case help text and documentation
There was a typo in the --ignore-case help text that was copied into the
llvm-dwarfdump command-guide. Additionally, this patch simplifies the
wording, since it was unnecessarily verbose: the switch applies for
searching in general and doesn't need explicitly stating different
search modes (which might go out-of-date as options are added or
removed).
Reviwed by: JDevlieghere
Differential Revision: https://reviews.llvm.org/D63133
llvm-svn: 363066
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-dwarfdump.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/docs/CommandGuide/llvm-dwarfdump.rst b/llvm/docs/CommandGuide/llvm-dwarfdump.rst index f8e30ebaa17..acb85f55d67 100644 --- a/llvm/docs/CommandGuide/llvm-dwarfdump.rst +++ b/llvm/docs/CommandGuide/llvm-dwarfdump.rst @@ -53,8 +53,7 @@ OPTIONS .. option:: -i, --ignore-case - Ignore case distinctions in when searching entries by name - or by regular expression. + Ignore case distinctions when searching. .. option:: -n <pattern>, --name=<pattern> |