From b312d4d09699fc7681b20a956a95c6964cef73e3 Mon Sep 17 00:00:00 2001 From: Kevin Amado Date: Fri, 25 Feb 2022 09:16:16 -0500 Subject: [PATCH] refactor: remove verbose-build from docs - From what I see it is an implementation detail but is no longer configurable from the settings --- src/libstore/globals.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libstore/globals.hh b/src/libstore/globals.hh index 893c95bd6..4a78729e9 100644 --- a/src/libstore/globals.hh +++ b/src/libstore/globals.hh @@ -113,7 +113,7 @@ public: bool verboseBuild = true; Setting 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."}; MaxBuildJobsSetting maxBuildJobs{