diff options
author | James Henderson <jh7370@my.bristol.ac.uk> | 2019-09-17 11:43:42 +0000 |
---|---|---|
committer | James Henderson <jh7370@my.bristol.ac.uk> | 2019-09-17 11:43:42 +0000 |
commit | 778a5e57349e78b0fb7dbacd131d92b98ad0e92e (patch) | |
tree | d03d74f2adfa298c3953891828efbe9b103337c4 /llvm/docs/CommandGuide/llvm-readobj.rst | |
parent | 3d0fbafd0bce43bb9106230a45d1130f7a40e5ec (diff) | |
download | bcm5719-llvm-778a5e57349e78b0fb7dbacd131d92b98ad0e92e.tar.gz bcm5719-llvm-778a5e57349e78b0fb7dbacd131d92b98ad0e92e.zip |
[docs] Make --version text more correct
Follow-up to r371983. Referring to "this program" in the description of
the --version option in the documentation isn't exactly correct, because
the docs are not part of the program, and so "this program" doesn't
really refer to anything. This patch brings the other users of this
terminology into line with the new updates to llvm-size and
llvm-strings.
Reviewed by: alexshap, MaskRay
Differential Revision: https://reviews.llvm.org/D67618
llvm-svn: 372107
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-readobj.rst')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-readobj.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/llvm-readobj.rst b/llvm/docs/CommandGuide/llvm-readobj.rst index 30f7976183d..ece79797e21 100644 --- a/llvm/docs/CommandGuide/llvm-readobj.rst +++ b/llvm/docs/CommandGuide/llvm-readobj.rst @@ -133,7 +133,7 @@ file formats. .. option:: --version - Display the version of this program. + Display the version of the :program:`llvm-readobj` executable. .. option:: @<FILE> |