[docs][llvm-objcopy][llvm-strip] Move --wildcard description earlier

This moves it above the response file description, which should be at
the end.
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 @@
 
  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 @@
   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
 --------------------