diff options
author | Kevin Amado <kamadorueda@gmail.com> | 2022-02-25 09:16:16 -0500 |
---|---|---|
committer | Kevin Amado <kamadorueda@gmail.com> | 2022-02-25 09:16:42 -0500 |
commit | b312d4d09699fc7681b20a956a95c6964cef73e3 (patch) | |
tree | dbed946d5f99426c6d6b62dc31419cf78a932e86 | |
parent | 9d4697453fc760597befa2e3eb887d2d6d375492 (diff) |
refactor: remove verbose-build from docs
- From what I see it is an implementation detail
but is no longer configurable from the settings
-rw-r--r-- | src/libstore/globals.hh | 2 |
1 files changed, 1 insertions, 1 deletions
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<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."}; MaxBuildJobsSetting maxBuildJobs{ |