Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
kmtym1998 committed Dec 13, 2024
1 parent e4c10ea commit 403b9aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func NewRootCmd(ec *ExecutionContext) *cobra.Command {

f := rootCmd.Flags()
f.BoolP("current-branch", "c", false, "monitor the latest check status of the current branch's PR")
f.StringP("ref", "r", "", "monitor the latest check status of the specified branch")
f.StringP("ref", "r", "", "monitor the latest check status of the specified ref")
f.BoolP("silent", "s", false, "do not play a sound when all checks are completed")

return rootCmd
Expand Down

0 comments on commit 403b9aa

Please sign in to comment.