Skip to content

Commit a20b1d4

Browse files
authored
help output: use consistent terminology between -j & -l (#1326)
1 parent e1b9068 commit a20b1d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func Execute(ctx context.Context, version string) {
4141
rootCmd.Flags().BoolP("watch", "w", false, "watch the contents of the local repo and run when files change")
4242
rootCmd.Flags().BoolP("list", "l", false, "list workflows")
4343
rootCmd.Flags().BoolP("graph", "g", false, "draw workflows")
44-
rootCmd.Flags().StringP("job", "j", "", "run job")
44+
rootCmd.Flags().StringP("job", "j", "", "run a specific job ID")
4545
rootCmd.Flags().BoolP("bug-report", "", false, "Display system information for bug report")
4646

4747
rootCmd.Flags().StringVar(&input.remoteName, "remote-name", "origin", "git remote name that will be used to retrieve url of git repo")

0 commit comments

Comments
 (0)