diff options
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-readobj.rst')
| -rw-r--r-- | llvm/docs/CommandGuide/llvm-readobj.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/CommandGuide/llvm-readobj.rst b/llvm/docs/CommandGuide/llvm-readobj.rst index ece79797e21..ea1b22d6d9f 100644 --- a/llvm/docs/CommandGuide/llvm-readobj.rst +++ b/llvm/docs/CommandGuide/llvm-readobj.rst @@ -144,9 +144,9 @@ ELF SPECIFIC OPTIONS The following options are implemented only for the ELF file format. -.. option:: --arm-attributes +.. option:: --arch-specific, -A - Display the ARM attributes section. Only applicable for ARM architectures. + Display architecture-specific information, e.g. the ARM attributes section on ARM. .. option:: --demangle, -C |

