Skip to content

Commit 59f786e

Browse files
Update internal/cmd/logs/access_token/update/update.go
Co-authored-by: Ruben Hönle <Ruben.Hoenle@stackit.cloud>
1 parent 895c9e2 commit 59f786e

File tree

1 file changed

+1
-1
lines changed
  • internal/cmd/logs/access_token/update

1 file changed

+1
-1
lines changed

internal/cmd/logs/access_token/update/update.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ type inputModel struct {
3838
func NewCmd(params *types.CmdParams) *cobra.Command {
3939
cmd := &cobra.Command{
4040
Use: fmt.Sprintf("update %s", accessTokenIdArg),
41-
Short: "Updates a access token",
41+
Short: "Updates a Logs access token",
4242
Long: "Updates a access token.",
4343
Args: args.SingleArg(accessTokenIdArg, utils.ValidateUUID),
4444
Example: examples.Build(

0 commit comments

Comments
 (0)