diff options
author | Théophane Hufschmitt <7226587+thufschmitt@users.noreply.github.com> | 2022-02-25 15:29:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-25 15:29:59 +0100 |
commit | fd4b693ca20b8242aa544a04152e41b37aec19d1 (patch) | |
tree | dbed946d5f99426c6d6b62dc31419cf78a932e86 /src | |
parent | 9d4697453fc760597befa2e3eb887d2d6d375492 (diff) | |
parent | b312d4d09699fc7681b20a956a95c6964cef73e3 (diff) |
Merge pull request #6164 from kamadorueda/issue-5859
refactor: remove verbose-build from docs
Diffstat (limited to 'src')
-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{ |