diff options
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-readelf.rst | 4 | ||||
-rw-r--r-- | llvm/docs/CommandGuide/llvm-readobj.rst | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/llvm/docs/CommandGuide/llvm-readelf.rst b/llvm/docs/CommandGuide/llvm-readelf.rst index efb3f6a9c30..2868d0b5989 100644 --- a/llvm/docs/CommandGuide/llvm-readelf.rst +++ b/llvm/docs/CommandGuide/llvm-readelf.rst @@ -28,9 +28,9 @@ OPTIONS Display the address-significance table. -.. 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:: --color 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 |