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:
parent
aaf1e4b1ab
commit
11103d6289
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user