mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-29 03:59:42 +00:00
@@ -40,7 +40,7 @@ func NewSecretsEncryptCommands(status, enable, disable, prepare, rotate, reencry
|
||||
Flags: append(EncryptFlags, &cli.StringFlag{
|
||||
Name: "output",
|
||||
Aliases: []string{"o"},
|
||||
Usage: "Status format. Options: text, json",
|
||||
Usage: "Status format (valid values: text, json)",
|
||||
Destination: &ServerConfig.EncryptOutput,
|
||||
Value: "text",
|
||||
}),
|
||||
|
||||
@@ -502,7 +502,7 @@ var ServerFlags = []cli.Flag{
|
||||
},
|
||||
&cli.StringSliceFlag{
|
||||
Name: "disable",
|
||||
Usage: "(components) Do not deploy packaged components and delete any deployed components (valid items: " + DisableItems + ")",
|
||||
Usage: "(components) Do not deploy packaged components and delete any deployed components (valid values: " + DisableItems + ")",
|
||||
},
|
||||
&cli.BoolFlag{
|
||||
Name: "disable-scheduler",
|
||||
|
||||
Reference in New Issue
Block a user