[llvm] 3bda1c4 - [docs] Fix :option:`--file-header` reference in llvm-readelf.rst after D105532

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 14 12:39:31 PDT 2021


Author: Fangrui Song
Date: 2021-07-14T12:39:22-07:00
New Revision: 3bda1c4e22cdf54f899f0330a98213337df9b3d4

URL: https://github.com/llvm/llvm-project/commit/3bda1c4e22cdf54f899f0330a98213337df9b3d4
DIFF: https://github.com/llvm/llvm-project/commit/3bda1c4e22cdf54f899f0330a98213337df9b3d4.diff

LOG: [docs] Fix :option:`--file-header` reference in llvm-readelf.rst after D105532

Added: 
    

Modified: 
    llvm/docs/CommandGuide/llvm-readelf.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/CommandGuide/llvm-readelf.rst b/llvm/docs/CommandGuide/llvm-readelf.rst
index 7af304a5435df..c1fd04da28c5a 100644
--- a/llvm/docs/CommandGuide/llvm-readelf.rst
+++ b/llvm/docs/CommandGuide/llvm-readelf.rst
@@ -98,7 +98,7 @@ OPTIONS
 
 .. option:: --headers, -e
 
- Equivalent to setting: :option:`--file-headers`, :option:`--program-headers`,
+ Equivalent to setting: :option:`--file-header`, :option:`--program-headers`,
  and :option:`--sections`.
 
 .. option:: --help


        


More information about the llvm-commits mailing list