From 778a5e57349e78b0fb7dbacd131d92b98ad0e92e Mon Sep 17 00:00:00 2001 From: James Henderson Date: Tue, 17 Sep 2019 11:43:42 +0000 Subject: [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 --- llvm/docs/CommandGuide/llvm-objdump.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'llvm/docs/CommandGuide/llvm-objdump.rst') diff --git a/llvm/docs/CommandGuide/llvm-objdump.rst b/llvm/docs/CommandGuide/llvm-objdump.rst index d65e4906025..1b8273beb56 100644 --- a/llvm/docs/CommandGuide/llvm-objdump.rst +++ b/llvm/docs/CommandGuide/llvm-objdump.rst @@ -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 -- cgit v1.2.3