Skip to content

Commit

Permalink
Fix usage and help.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgavin committed Aug 16, 2023
1 parent 71898e0 commit 72ddcfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ var SilentErr = errors.New("SilentErr")
var pullRequestRegex = regexp.MustCompile(`^(https?://[^/]+/[a-zA-Z0-9-]+/[a-zA-Z0-9-]+)/pull/([0-9]+)$`)

var rootCmd = &cobra.Command{
Use: "gh dispatch <workflow>",
Short: "A GitHub CLI extension that makes it easy to dispatch GitHub Actions workflows.",
Use: "gh deflake <pull request>",
Short: "A GitHub CLI extension for rerunning flaky CI until it passes.",
Version: fmt.Sprintf("%s (%s)", version.Version(), version.Commit()),
SilenceErrors: true,
SilenceUsage: true,
Expand Down

0 comments on commit 72ddcfb

Please sign in to comment.