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
This commit is contained in:
Eitan Seri-Levi 2023-05-01 08:22:39 +00:00
parent aaf1e4b1ab
commit 11103d6289

View File

@ -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(