home: fix help

This commit is contained in:
Eugene Burkov 2024-11-20 16:42:47 +03:00
parent 2e096c0e32
commit c16b90918f
1 changed files with 4 additions and 3 deletions

View File

@ -314,9 +314,10 @@ var cmdLineOpts = []cmdLineOpt{{
updateNoValue: func(o options) (options, error) { o.noPermCheck = true; return o, nil }, updateNoValue: func(o options) (options, error) { o.noPermCheck = true; return o, nil },
effect: nil, effect: nil,
serialize: func(o options) (val string, ok bool) { return "", o.noPermCheck }, 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 " +
longName: "no-permcheck", "of security-sensitive files.",
shortName: "", longName: "no-permcheck",
shortName: "",
}, { }, {
updateWithValue: nil, updateWithValue: nil,
updateNoValue: nil, updateNoValue: nil,