mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-08-05 06:49:57 +00:00
Correct the k3s token command help
Signed-off-by: manuelbuil <mbuil@suse.com>
This commit is contained in:
@@ -38,7 +38,7 @@ var (
|
||||
func NewTokenCommands(create, delete, generate, list, rotate func(ctx *cli.Context) error) cli.Command {
|
||||
return cli.Command{
|
||||
Name: TokenCommand,
|
||||
Usage: "Manage bootstrap tokens",
|
||||
Usage: "Manage tokens",
|
||||
SkipFlagParsing: false,
|
||||
SkipArgReorder: true,
|
||||
Subcommands: []cli.Command{
|
||||
@@ -97,7 +97,7 @@ func NewTokenCommands(create, delete, generate, list, rotate func(ctx *cli.Conte
|
||||
},
|
||||
{
|
||||
Name: "rotate",
|
||||
Usage: "Rotate original server token with a new bootstrap token",
|
||||
Usage: "Rotate original server token with a new server token",
|
||||
Flags: append(TokenFlags,
|
||||
&cli.StringFlag{
|
||||
Name: "token,t",
|
||||
|
||||
Reference in New Issue
Block a user