We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 895c9e2 commit 59f786eCopy full SHA for 59f786e
internal/cmd/logs/access_token/update/update.go
@@ -38,7 +38,7 @@ type inputModel struct {
38
func NewCmd(params *types.CmdParams) *cobra.Command {
39
cmd := &cobra.Command{
40
Use: fmt.Sprintf("update %s", accessTokenIdArg),
41
- Short: "Updates a access token",
+ Short: "Updates a Logs access token",
42
Long: "Updates a access token.",
43
Args: args.SingleArg(accessTokenIdArg, utils.ValidateUUID),
44
Example: examples.Build(
0 commit comments