mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-21 20:45:33 +03:00
home: fix help
This commit is contained in:
parent
2e096c0e32
commit
c16b90918f
1 changed files with 4 additions and 3 deletions
|
@ -314,7 +314,8 @@ var cmdLineOpts = []cmdLineOpt{{
|
|||
updateNoValue: func(o options) (options, error) { o.noPermCheck = true; return o, nil },
|
||||
effect: nil,
|
||||
serialize: func(o options) (val string, ok bool) { return "", o.noPermCheck },
|
||||
description: "Check and migrate permissions of security-sensitive files.",
|
||||
description: "Skip checking and migration of permissions " +
|
||||
"of security-sensitive files.",
|
||||
longName: "no-permcheck",
|
||||
shortName: "",
|
||||
}, {
|
||||
|
|
Loading…
Reference in a new issue