summaryrefslogtreecommitdiff
path: root/docs/CommandGuide/llvm-readobj.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/CommandGuide/llvm-readobj.rst')
-rw-r--r--docs/CommandGuide/llvm-readobj.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/CommandGuide/llvm-readobj.rst b/docs/CommandGuide/llvm-readobj.rst
index 1ca0b19a42..b1918b548f 100644
--- a/docs/CommandGuide/llvm-readobj.rst
+++ b/docs/CommandGuide/llvm-readobj.rst
@@ -76,6 +76,10 @@ input. Otherwise, it will read from the specified ``filenames``.
Display the needed libraries (only for ELF object files).
+.. option:: -program-headers
+
+ Display the ELF program headers (only for ELF object files).
+
EXIT STATUS
-----------