summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide/llvm-objcopy.rst
diff options
context:
space:
mode:
authorJames Henderson <jh7370@my.bristol.ac.uk>2019-09-17 11:43:42 +0000
committerJames Henderson <jh7370@my.bristol.ac.uk>2019-09-17 11:43:42 +0000
commit778a5e57349e78b0fb7dbacd131d92b98ad0e92e (patch)
treed03d74f2adfa298c3953891828efbe9b103337c4 /llvm/docs/CommandGuide/llvm-objcopy.rst
parent3d0fbafd0bce43bb9106230a45d1130f7a40e5ec (diff)
downloadbcm5719-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-objcopy.rst')
-rw-r--r--llvm/docs/CommandGuide/llvm-objcopy.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/CommandGuide/llvm-objcopy.rst b/llvm/docs/CommandGuide/llvm-objcopy.rst
index f3926805c44..df51f2ecf49 100644
--- a/llvm/docs/CommandGuide/llvm-objcopy.rst
+++ b/llvm/docs/CommandGuide/llvm-objcopy.rst
@@ -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
---------------------
OpenPOWER on IntegriCloud