From 0b366c7be2e8c8b6c02ef93bef21bc8d5a4a8f70 Mon Sep 17 00:00:00 2001 From: James Henderson Date: Wed, 26 Feb 2020 10:36:08 +0000 Subject: [PATCH] [docs][llvm-objcopy][llvm-strip] Move --wildcard description earlier This moves it above the response file description, which should be at the end. --- docs/CommandGuide/llvm-objcopy.rst | 8 ++++---- docs/CommandGuide/llvm-strip.rst | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/CommandGuide/llvm-objcopy.rst b/docs/CommandGuide/llvm-objcopy.rst index 576921435fb..63d4af342f7 100644 --- a/docs/CommandGuide/llvm-objcopy.rst +++ b/docs/CommandGuide/llvm-objcopy.rst @@ -221,10 +221,6 @@ multiple file formats. Display the version of the :program:`llvm-objcopy` executable. -.. option:: @ - - Read command-line options and commands from response 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:: @ + + Read command-line options and commands from response file ``. + ELF-SPECIFIC OPTIONS -------------------- diff --git a/docs/CommandGuide/llvm-strip.rst b/docs/CommandGuide/llvm-strip.rst index 0e95996310d..aa75154e90d 100644 --- a/docs/CommandGuide/llvm-strip.rst +++ b/docs/CommandGuide/llvm-strip.rst @@ -101,10 +101,6 @@ multiple file formats. Display the version of the :program:`llvm-strip` executable. -.. option:: @ - - Read command-line options and commands from response file ``. - .. option:: --wildcard, -w Allow wildcard syntax for symbol-related flags. On by default for @@ -129,6 +125,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:: @ + + Read command-line options and commands from response file ``. + COFF-SPECIFIC OPTIONS ---------------------