forked from lix-project/lix
refactor: remove verbose-build from docs
- From what I see it is an implementation detail but is no longer configurable from the settings
This commit is contained in:
parent
9d4697453f
commit
b312d4d096
|
@ -113,7 +113,7 @@ public:
|
||||||
bool verboseBuild = true;
|
bool verboseBuild = true;
|
||||||
|
|
||||||
Setting<size_t> logLines{this, 10, "log-lines",
|
Setting<size_t> logLines{this, 10, "log-lines",
|
||||||
"If `verbose-build` is false, the number of lines of the tail of "
|
"The number of lines of the tail of "
|
||||||
"the log to show if a build fails."};
|
"the log to show if a build fails."};
|
||||||
|
|
||||||
MaxBuildJobsSetting maxBuildJobs{
|
MaxBuildJobsSetting maxBuildJobs{
|
||||||
|
|
Loading…
Reference in a new issue