Skip to content

Commit 19930af

Browse files
author
Kai Kummerer
committed
small extension to the kubeconfig login description
1 parent bc6157f commit 19930af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • internal/cmd/ske/kubeconfig/login

internal/cmd/ske/kubeconfig/login/login.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ func NewCmd(p *print.Printer) *cobra.Command {
3636
cmd := &cobra.Command{
3737
Use: "login",
3838
Short: "login plugin for kubectl",
39-
Long: "login plugin for kubectl to create a short-lived kubeconfig to authenticate against a STACKIT Kubernetes Engine (SKE) cluster. To obtain a kubeconfig for use with the login command, use the 'kubeconfig create' command.",
39+
Long: "login plugin for kubectl to create a short-lived kubeconfig to authenticate against a STACKIT Kubernetes Engine (SKE) cluster. To obtain a kubeconfig for use with the login command, use the 'kubeconfig create --login' command.",
4040
Args: args.NoArgs,
4141
Example: examples.Build(
4242
examples.NewExample(

0 commit comments

Comments
 (0)