solenv/gbuild/gbuild.help.txt |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 70c3e8d89983320e4815d92dd232a2840432f620
Author:     Stephan Bergmann <stephan.bergm...@allotropia.de>
AuthorDate: Wed Mar 20 13:31:28 2024 +0100
Commit:     Stephan Bergmann <stephan.bergm...@allotropia.de>
CommitDate: Thu Mar 21 22:01:42 2024 +0100

    Fix text layout in gbuild.help.txt
    
    ...left inconsistent by recent 76a986da868c52e9bd1cc6d219ed8f9441afd32b 
"Drop
    upper-case DBGLEVEL, consolidate on lower-case dbglevel"
    
    Change-Id: Ie10c011f2942a013e90c75e0fadd123695d97374
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165131
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <stephan.bergm...@allotropia.de>

diff --git a/solenv/gbuild/gbuild.help.txt b/solenv/gbuild/gbuild.help.txt
index fc857b734a4d..fb12142d4aff 100644
--- a/solenv/gbuild/gbuild.help.txt
+++ b/solenv/gbuild/gbuild.help.txt
@@ -113,8 +113,7 @@ INTERACTIVE VARIABLES:
        DEBUG / debug   If not empty, build as with --enable-debug.
        ENABLE_SYMBOLS / enable_symbols
                        If not empty, build as with --enable-symbols.
-       dbglevel
-                       If not empty, force the debug level to the specified 
value. The
+       dbglevel        If not empty, force the debug level to the specified 
value. The
                        debug level is passed to the source code through 
OSL_DEBUG_LEVEL
                        macro.
                        0 = no debug (as with --disable-debug)

Reply via email to