Correct the k3s token command help

Signed-off-by: manuelbuil <mbuil@suse.com>
This commit is contained in:
manuelbuil
2025-01-28 08:21:40 +01:00
committed by Manuel Buil
parent 3fcbac8d26
commit 2b00ef5b46

View File

@@ -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",