help output: use consistent terminology between -j & -l (#1326)

Этот коммит содержится в:
Jordan Harband
2022-08-31 11:41:56 -07:00
коммит произвёл GitHub
родитель e1b906813e
Коммит a20b1d4669

Просмотреть файл

@@ -41,7 +41,7 @@ func Execute(ctx context.Context, version string) {
rootCmd.Flags().BoolP("watch", "w", false, "watch the contents of the local repo and run when files change")
rootCmd.Flags().BoolP("list", "l", false, "list workflows")
rootCmd.Flags().BoolP("graph", "g", false, "draw workflows")
rootCmd.Flags().StringP("job", "j", "", "run job")
rootCmd.Flags().StringP("job", "j", "", "run a specific job ID")
rootCmd.Flags().BoolP("bug-report", "", false, "Display system information for bug report")
rootCmd.Flags().StringVar(&input.remoteName, "remote-name", "origin", "git remote name that will be used to retrieve url of git repo")