diff options
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-readelf.rst')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-readelf.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/CommandGuide/llvm-readelf.rst b/llvm/docs/CommandGuide/llvm-readelf.rst index 7a66bea6918..0faad07e417 100644 --- a/llvm/docs/CommandGuide/llvm-readelf.rst +++ b/llvm/docs/CommandGuide/llvm-readelf.rst @@ -66,7 +66,7 @@ OPTIONS .. option:: --elf-output-style=<value> - Specify the style to dump ELF information in. Valid options are ``LLVM`` and + Format ELF information in the specified style. Valid options are ``LLVM`` and ``GNU``. ``LLVM`` output is an expanded and structured format, whilst ``GNU`` (the default) output mimics the equivalent GNU :program:`readelf` output. @@ -89,7 +89,7 @@ OPTIONS .. option:: --hash-symbols - Display the dynamic symbols derived from the hash table. + Display the expanded hash table with dynamic symbol data. .. option:: --hash-table |