summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2014-03-31 19:51:55 +0100
committerMichael Tokarev <mjt@tls.msk.ru>2014-04-18 10:33:36 +0400
commitd61ce900b968829666336843df957b86815c08ab (patch)
tree9ccf33b09ed84b460c9895e5fb62aae7a7b6974b
parent1634df567d1997099bc9abd9312c8c77f09293da (diff)
downloadfocaccia-qemu-d61ce900b968829666336843df957b86815c08ab.tar.gz
focaccia-qemu-d61ce900b968829666336843df957b86815c08ab.zip
configure: Fix indentation of help for --enable/disable-debug-info
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>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 69b9f56847..f073072d38 100755
--- a/configure
+++ b/configure
@@ -1217,8 +1217,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)