]> granicus.if.org Git - llvm/commitdiff
[docs] Make --version text more correct
authorJames Henderson <jh7370@my.bristol.ac.uk>
Tue, 17 Sep 2019 11:43:42 +0000 (11:43 +0000)
committerJames Henderson <jh7370@my.bristol.ac.uk>
Tue, 17 Sep 2019 11:43:42 +0000 (11:43 +0000)
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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@372107 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CommandGuide/llvm-cxxfilt.rst
docs/CommandGuide/llvm-nm.rst
docs/CommandGuide/llvm-objcopy.rst
docs/CommandGuide/llvm-objdump.rst
docs/CommandGuide/llvm-readelf.rst
docs/CommandGuide/llvm-readobj.rst
docs/CommandGuide/llvm-strip.rst

index 1b6f9c665e2656223e05b673b2318aa136c03dba..5d257b98895e2bc82398322003ef3dd423bc9060 100644 (file)
@@ -63,7 +63,7 @@ OPTIONS
 
 .. option:: --version
 
-  Display the version of this program.
+  Display the version of the :program:`llvm-cxxfilt` executable.
 
 .. option:: @<FILE>
 
index 1efa15e2dfa29a1969162b9a07dd8d1b4c1f248a..71efac7fa7af30a46e815addd0ab3e19f3fe9d03 100644 (file)
@@ -227,7 +227,8 @@ OPTIONS
 
 .. option:: --version
 
- Display the version of this program. Does not stack with other commands.
+ Display the version of the :program:`llvm-nm` executable. Does not stack with
+ other commands.
 
 .. option:: --without-aliases
 
index f3926805c44f828aa36f8383b841ff3cc5731d7c..df51f2ecf4966112f49af0aceb8e5c6c27571a2f 100644 (file)
@@ -131,11 +131,11 @@ multiple file formats.
 
 .. option:: --version, -V
 
 Display the version of this program.
Display the version of the :program:`llvm-objcopy` executable.
 
 .. option:: @<FILE>
 
 Read command-line options and commands from response file `<FILE>`.
+ Read command-line options and commands from response file `<FILE>`.
 
 COFF-SPECIFIC OPTIONS
 ---------------------
index d65e4906025b384e3dc8af70270e5038d503a0b9..1b8273beb56719d178c7534f7872939cc6e7e9ac 100644 (file)
@@ -91,7 +91,8 @@ combined with other commands:
 
 .. option:: --version
 
-  Display the version of this program. Does not stack with other commands.
+  Display the version of the :program:`llvm-objdump` executable. Does not stack
+  with other commands.
 
 .. option:: -x, --all-headers
 
index 6aa904755725a95278b7ee769a9ebbde60d3a485..efb3f6a9c30182e6f056f3569006ae9bd5c6cb34 100644 (file)
@@ -181,7 +181,7 @@ OPTIONS
 
 .. option:: --version
 
- Display the version of this program.
+ Display the version of the :program:`llvm-readelf` executable.
 
 .. option:: --version-info, -V
 
index 30f7976183d896437c25042a210f8fcf6ec650ec..ece79797e21236c8d0de69a47308502b386e881a 100644 (file)
@@ -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>
 
index 546a0a26de54057b067f2b994e39af3081122bb3..779c67c38bdf10943f92e750c6a3cedc6f3f5023 100644 (file)
@@ -102,11 +102,11 @@ multiple file formats.
 
 .. option:: --version, -V
 
- Display the version of this program.
+ Display the version of the :program:`llvm-strip` executable.
 
 .. option:: @<FILE>
 
 Read command-line options and commands from response file `<FILE>`.
+ Read command-line options and commands from response file `<FILE>`.
 
 COFF-SPECIFIC OPTIONS
 ---------------------