Fix typo in API key creation help text
Correct loose (opposite of tight) to lose (opposite of keep).
This commit is contained in:
parent
ce5d1ba8f8
commit
3672a2df3a
@ -81,7 +81,7 @@ var createAPIKeyCmd = &cobra.Command{
|
|||||||
Long: `
|
Long: `
|
||||||
Creates a new Api key, the Api key is only visible on creation
|
Creates a new Api key, the Api key is only visible on creation
|
||||||
and cannot be retrieved again.
|
and cannot be retrieved again.
|
||||||
If you loose a key, create a new one and revoke (expire) the old one.`,
|
If you lose a key, create a new one and revoke (expire) the old one.`,
|
||||||
Aliases: []string{"c", "new"},
|
Aliases: []string{"c", "new"},
|
||||||
RunE: grpcRunE(func(ctx context.Context, client v1.HeadscaleServiceClient, cmd *cobra.Command, args []string) error {
|
RunE: grpcRunE(func(ctx context.Context, client v1.HeadscaleServiceClient, cmd *cobra.Command, args []string) error {
|
||||||
expiration, err := expirationFromFlag(cmd)
|
expiration, err := expirationFromFlag(cmd)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user