aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/CommandGuide/llvm-objcopy.rst
diff options
context:
space:
mode:
authorJames Henderson <james.henderson@sony.com>2020-02-26 10:36:08 +0000
committerJames Henderson <james.henderson@sony.com>2020-02-26 10:51:17 +0000
commit974bce3eddcaced5efd772d01ec8a90d7fa21c10 (patch)
tree61365b48e2f0e77b1cbac9d36077a6082d4a813b /llvm/docs/CommandGuide/llvm-objcopy.rst
parent6b74745c0645bd584cc4ce35b62f4064719687a5 (diff)
downloadllvm-974bce3eddcaced5efd772d01ec8a90d7fa21c10.zip
llvm-974bce3eddcaced5efd772d01ec8a90d7fa21c10.tar.gz
llvm-974bce3eddcaced5efd772d01ec8a90d7fa21c10.tar.bz2
[docs][llvm-objcopy][llvm-strip] Move --wildcard description earlier
This moves it above the response file description, which should be at the end.
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-objcopy.rst')
-rw-r--r--llvm/docs/CommandGuide/llvm-objcopy.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/docs/CommandGuide/llvm-objcopy.rst b/llvm/docs/CommandGuide/llvm-objcopy.rst
index 5769214..63d4af3 100644
--- a/llvm/docs/CommandGuide/llvm-objcopy.rst
+++ b/llvm/docs/CommandGuide/llvm-objcopy.rst
@@ -221,10 +221,6 @@ multiple file formats.
Display the version of the :program:`llvm-objcopy` executable.
-.. option:: @<FILE>
-
- Read command-line options and commands from response file `<FILE>`.
-
.. option:: --wildcard, -w
Allow wildcard syntax for symbol-related flags. On by default for
@@ -249,6 +245,10 @@ multiple file formats.
The order of wildcards does not matter. For example, ``-w -N '*' -N '!x'`` is
the same as ``-w -N '!x' -N '*'``.
+.. option:: @<FILE>
+
+ Read command-line options and commands from response file `<FILE>`.
+
ELF-SPECIFIC OPTIONS
--------------------