1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

[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
This commit is contained in:
James Henderson 2019-09-17 11:43:42 +00:00
parent 95037fa9f6
commit cb51100751
7 changed files with 11 additions and 9 deletions

View 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>

View 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

View 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
---------------------

View 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

View 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

View 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>

View 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
---------------------