diff options
author | lloyd <[email protected]> | 2014-01-04 13:09:29 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2014-01-04 13:09:29 +0000 |
commit | eacd0ec9e948ad92b21b706cd32f527dae983180 (patch) | |
tree | 17f0219289378c6a83aa847aec3012a6859b06bf /configure.py | |
parent | 65705917c68a750092f8e314f3db908f14d5c305 (diff) |
Show debug default in --help output
Diffstat (limited to 'configure.py')
-rwxr-xr-x | configure.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py index 50c3f8ffe..5061a4a25 100755 --- a/configure.py +++ b/configure.py @@ -274,7 +274,7 @@ def process_command_line(args): build_group.add_option('--enable-debug', dest='debug_build', action='store_true', default=not is_official_release(), - help='enable debug build') + help='enable debug build (default %default)') build_group.add_option('--disable-debug', dest='debug_build', action='store_false', help=optparse.SUPPRESS_HELP) |