Skip to content

Commit fd4b693

Browse files
authored
Merge pull request #6164 from kamadorueda/issue-5859
refactor: remove verbose-build from docs
2 parents 9d46974 + b312d4d commit fd4b693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstore/globals.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public:
113113
bool verboseBuild = true;
114114

115115
Setting<size_t> logLines{this, 10, "log-lines",
116-
"If `verbose-build` is false, the number of lines of the tail of "
116+
"The number of lines of the tail of "
117117
"the log to show if a build fails."};
118118

119119
MaxBuildJobsSetting maxBuildJobs{

0 commit comments

Comments
 (0)