We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d46974 + b312d4d commit fd4b693Copy full SHA for fd4b693
src/libstore/globals.hh
@@ -113,7 +113,7 @@ public:
113
bool verboseBuild = true;
114
115
Setting<size_t> logLines{this, 10, "log-lines",
116
- "If `verbose-build` is false, the number of lines of the tail of "
+ "The number of lines of the tail of "
117
"the log to show if a build fails."};
118
119
MaxBuildJobsSetting maxBuildJobs{
0 commit comments