From 11103d6289913df1b1d88f89ce8050a93990e01e Mon Sep 17 00:00:00 2001 From: Eitan Seri-Levi Date: Mon, 1 May 2023 08:22:39 +0000 Subject: [PATCH] Logfile no restrict help text for windows (#4165) ## Issue Addressed [#4162](https://github.com/sigp/lighthouse/issues/4162) ## Proposed Changes update `--logfile-no-restricted-perms` flag help text to indicate that, for Windows users, the file permissions are inherited from the parent folder ## Additional Info N/A --- lighthouse/src/main.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lighthouse/src/main.rs b/lighthouse/src/main.rs index e0587c341..9986ac150 100644 --- a/lighthouse/src/main.rs +++ b/lighthouse/src/main.rs @@ -152,7 +152,8 @@ fn main() { .help( "If present, log files will be generated as world-readable meaning they can be read by \ any user on the machine. Note that logs can often contain sensitive information \ - about your validator and so this flag should be used with caution.") + about your validator and so this flag should be used with caution. For Windows users, \ + the log file permissions will be inherited from the parent folder.") .global(true), ) .arg(