diff options
| author | Peter Maydell | 2014-03-31 20:51:55 +0200 |
|---|---|---|
| committer | Michael Tokarev | 2014-04-18 08:33:36 +0200 |
| commit | d61ce900b968829666336843df957b86815c08ab (patch) | |
| tree | 9ccf33b09ed84b460c9895e5fb62aae7a7b6974b /configure | |
| parent | qga: trivial fix for unclear documentation of guest-set-time (diff) | |
| download | qemu-d61ce900b968829666336843df957b86815c08ab.tar.gz qemu-d61ce900b968829666336843df957b86815c08ab.tar.xz 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>
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |
