We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b39e8da commit 895c9e2Copy full SHA for 895c9e2
internal/cmd/logs/access_token/list/list.go
@@ -35,7 +35,7 @@ type inputModel struct {
35
func NewCmd(params *types.CmdParams) *cobra.Command {
36
cmd := &cobra.Command{
37
Use: "list",
38
- Short: "Lists all access tokens of a project",
+ Short: "Lists all Logs access tokens of a project",
39
Long: "Lists all access tokens of a project.",
40
Args: args.NoArgs,
41
Example: examples.Build(
0 commit comments