From 403b9aa2496e8b002366120253b47fc3c1c407ee Mon Sep 17 00:00:00 2001 From: kmtym1998 Date: Fri, 13 Dec 2024 21:36:04 +0900 Subject: [PATCH] chore --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index 34f4bb6..bacc170 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -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