home: fix help

This commit is contained in:
Eugene Burkov 2024-11-20 16:42:47 +03:00
parent 2e096c0e32
commit c16b90918f

View file

@ -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: "",
}, {