Skip to content

Commit 895c9e2

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

internal/cmd/logs/access_token/list/list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ type inputModel struct {
3535
func NewCmd(params *types.CmdParams) *cobra.Command {
3636
cmd := &cobra.Command{
3737
Use: "list",
38-
Short: "Lists all access tokens of a project",
38+
Short: "Lists all Logs access tokens of a project",
3939
Long: "Lists all access tokens of a project.",
4040
Args: args.NoArgs,
4141
Example: examples.Build(

0 commit comments

Comments
 (0)