diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2022-01-11 14:14:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-11 14:14:44 +0100 |
commit | 8a446aff75880f11db248677a25426f93a0687f3 (patch) | |
tree | dbb4435c47807522816483e5bfd37bf888f6df8b /src/libutil | |
parent | f39d94a55be7db1759e3fcd8aea24bfb0da7b8c2 (diff) | |
parent | 9f9f39a24b515d5d3ddd2bbd4cdadb0b1924bc3b (diff) |
Merge pull request #5898 from layus/repair-path-links
Make --repair-path also repair corrupt optimised links
Diffstat (limited to 'src/libutil')
-rw-r--r-- | src/libutil/logging.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/logging.hh b/src/libutil/logging.hh index ce9c3dfed..5560d2bed 100644 --- a/src/libutil/logging.hh +++ b/src/libutil/logging.hh @@ -40,7 +40,7 @@ struct LoggerSettings : Config Setting<bool> showTrace{ this, false, "show-trace", R"( - Where Nix should print out a stack trace in case of Nix + Whether Nix should print out a stack trace in case of Nix expression evaluation errors. )"}; }; |