Skip to content

Commit

Permalink
Correct the k3s token command help
Browse files Browse the repository at this point in the history
Signed-off-by: manuelbuil <[email protected]>
  • Loading branch information
manuelbuil committed Jan 30, 2025
1 parent 18c072e commit 3347947
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/cli/cmds/token.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 3347947

Please sign in to comment.