Correct the k3s token command help

Signed-off-by: manuelbuil <mbuil@suse.com>
pull/11723/head
manuelbuil 2025-01-28 08:21:40 +01:00 committed by Manuel Buil
parent 6a322f1227
commit 0deab52cd9
1 changed files with 2 additions and 2 deletions

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