home: fix help
This commit is contained in:
parent
2e096c0e32
commit
c16b90918f
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue