diff options
Diffstat (limited to 'bitbake/bin/bitdoc')
| -rwxr-xr-x | bitbake/bin/bitdoc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bitbake/bin/bitdoc b/bitbake/bin/bitdoc index 98fb025a50..08a0173d72 100755 --- a/bitbake/bin/bitdoc +++ b/bitbake/bin/bitdoc | |||
| @@ -430,9 +430,8 @@ Create a set of html pages (documentation) for a bitbake.conf.... | |||
| 430 | action = "store_true", dest = "verbose", default = False ) | 430 | action = "store_true", dest = "verbose", default = False ) |
| 431 | 431 | ||
| 432 | options, args = parser.parse_args( sys.argv ) | 432 | options, args = parser.parse_args( sys.argv ) |
| 433 | 433 | ||
| 434 | if options.debug: | 434 | bb.msg.init_msgconfig(options.verbose, options.debug) |
| 435 | bb.msg.set_debug_level(options.debug) | ||
| 436 | 435 | ||
| 437 | return options.config, options.output | 436 | return options.config, options.output |
| 438 | 437 | ||
