From 03f321c48ba36c6d3c497fcf6db87bbbb5170e44 Mon Sep 17 00:00:00 2001 From: Eitan Seri-Levi Date: Wed, 5 Apr 2023 15:15:20 +0300 Subject: [PATCH 1/2] updated logfile-no-restricted-perms help text for windows --- 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 b05e78fe5a7..fd834fb05dd 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( From a8bb5260c8c45ab4539d9df7a1041af563ebf075 Mon Sep 17 00:00:00 2001 From: Eitan Seri-Levi Date: Wed, 5 Apr 2023 15:20:59 +0300 Subject: [PATCH 2/2] updated logfile-no-restricted-perms help text for windows --- lighthouse/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighthouse/src/main.rs b/lighthouse/src/main.rs index fd834fb05dd..5ad0c2cd205 100644 --- a/lighthouse/src/main.rs +++ b/lighthouse/src/main.rs @@ -153,7 +153,7 @@ fn main() { "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. For Windows users, \ - the log file permissions will be inherited from the parent folder") + the log file permissions will be inherited from the parent folder.") .global(true), ) .arg(