Do not store _QUIET in the configuration file, otherwise the overrides

in the command line get ignored. Adds a documentation line for the other
command line options as well.
This commit is contained in:
Roland Clobus 2019-05-29 14:32:27 +02:00 committed by Luca Boccassi
parent 0e03c34edb
commit 3607219f69
1 changed files with 7 additions and 1 deletions

View File

@ -996,26 +996,32 @@ LB_TASKSEL="${LB_TASKSEL}"
# live-build options
# \$_BREAKPOINTS: enable breakpoints
# If set here, overrides the command line option
# (Default: ${_BREAKPOINTS})
#_BREAKPOINTS="${_BREAKPOINTS}"
# \$_DEBUG: enable debug
# If set here, overrides the command line option
# (Default: ${_DEBUG})
#_DEBUG="${_DEBUG}"
# \$_COLOR: enable color
# If set here, overrides the command line option
# (Default: ${_COLOR})
#_COLOR="${_COLOR}"
# \$_FORCE: enable force
# If set here, overrides the command line option
# (Default: ${_FORCE})
#_FORCE="${_FORCE}"
# \$_QUIET: enable quiet
# If set here, overrides the command line option
# (Default: ${_QUIET})
_QUIET="${_QUIET}"
#_QUIET="${_QUIET}"
# \$_VERBOSE: enable verbose
# If set here, overrides the command line option
# (Default: ${_VERBOSE})
#_VERBOSE="${_VERBOSE}"