This is an archive of the discontinued LLVM Phabricator instance.

[llvm-dwarfdump] Simplify --ignore-case help text and documentation and fix grammar error
ClosedPublic

Authored by jhenderson on Jun 11 2019, 4:46 AM.

Details

Summary

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).

Diff Detail

Repository
rL LLVM

Event Timeline

jhenderson created this revision.Jun 11 2019, 4:46 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 11 2019, 4:46 AM
jhenderson retitled this revision from [llvm-dwarfdump] Simplify --ignore-case help text and documentation and grammar error to [llvm-dwarfdump] Simplify --ignore-case help text and documentation and fix grammar error.Jun 11 2019, 5:46 AM
JDevlieghere accepted this revision.Jun 11 2019, 6:31 AM
This revision is now accepted and ready to land.Jun 11 2019, 6:31 AM
This revision was automatically updated to reflect the committed changes.