All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] configure: Fix indentation of help for --enable/disable-debug-info
@ 2014-03-31 18:51 Peter Maydell
  2014-04-06  6:33 ` [Qemu-devel] [Qemu-trivial] " Michael Tokarev
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Maydell @ 2014-03-31 18:51 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, patches

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(-)

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)
-- 
1.9.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [Qemu-trivial] [PATCH] configure: Fix indentation of help for --enable/disable-debug-info
  2014-03-31 18:51 [Qemu-devel] [PATCH] configure: Fix indentation of help for --enable/disable-debug-info Peter Maydell
@ 2014-04-06  6:33 ` Michael Tokarev
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Tokarev @ 2014-04-06  6:33 UTC (permalink / raw)
  To: Peter Maydell; +Cc: qemu-trivial, qemu-devel, patches

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-04-06  6:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-31 18:51 [Qemu-devel] [PATCH] configure: Fix indentation of help for --enable/disable-debug-info Peter Maydell
2014-04-06  6:33 ` [Qemu-devel] [Qemu-trivial] " Michael Tokarev

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.