Skip to content

Commit

Permalink
Update internal/cmd/imagerunner/logs.go
Browse files Browse the repository at this point in the history
  • Loading branch information
alexplischke authored Jan 24, 2024
1 parent e166ab0 commit dab824b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/imagerunner/logs.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (

func LogsCommand(liveLogs *bool) *cobra.Command {
cmd := &cobra.Command{
Use: "logs <runID> --",
Use: "logs <runID>",
Short: "Fetch the logs for an imagerunner run",
SilenceUsage: true,
Args: func(cmd *cobra.Command, args []string) error {
Expand Down

0 comments on commit dab824b

Please sign in to comment.