X Tutup
Skip to content

Commit 6c92f2f

Browse files
committed
review feedback
1 parent 5b7f8fd commit 6c92f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/workflow/run/run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func NewCmdRun(f *cmdutil.Factory, runF func(*RunOptions) error) *cobra.Command
4646
}
4747

4848
cmd := &cobra.Command{
49-
Use: "run [<workflow ID> | <workflow name>]",
49+
Use: "run [<workflow-ID> | <workflow-name>]",
5050
Short: "Create a dispatch event for a workflow, starting a run",
5151
Long: heredoc.Doc(`
5252
Create a workflow_dispatch event for a given workflow.

0 commit comments

Comments
 (0)
X Tutup