diff mbox

configure: Fix indentation of help for --enable/disable-debug-info

Message ID 1396291915-7269-1-git-send-email-peter.maydell@linaro.org
State Superseded
Headers show

Commit Message

Peter Maydell March 31, 2014, 6:51 p.m. UTC
The help text for the --enable-debug-info and --disable-debug-info
command line options was misindented: delete the stray extra space
and bring it in to line with everything else.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
 configure | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Michael Tokarev April 6, 2014, 6:33 a.m. UTC | #1
31.03.2014 22:51, Peter Maydell wrote:
> The help text for the --enable-debug-info and --disable-debug-info
> command line options was misindented: delete the stray extra space
> and bring it in to line with everything else.

Applied to -trivial, thanks!

/mjt
diff mbox

Patch

diff --git a/configure b/configure
index fb3bd05..6d20640 100755
--- a/configure
+++ b/configure
@@ -1212,8 +1212,8 @@  Advanced options (experts only):
   --enable-modules         enable modules support
   --enable-debug-tcg       enable TCG debugging
   --disable-debug-tcg      disable TCG debugging (default)
-  --enable-debug-info       enable debugging information (default)
-  --disable-debug-info      disable debugging information
+  --enable-debug-info      enable debugging information (default)
+  --disable-debug-info     disable debugging information
   --enable-debug           enable common debug build options
   --enable-sparse          enable sparse checker
   --disable-sparse         disable sparse checker (default)