We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d639dd commit 3f98afaCopy full SHA for 3f98afa
cmd/argo/commands/cron/backfill.go
@@ -40,7 +40,7 @@ func NewBackfillCommand() *cobra.Command {
40
)
41
var command = &cobra.Command{
42
Use: "backfill cronwf",
43
- Short: "create a cron backfill",
+ Short: "create a cron backfill(new alpha feature)",
44
RunE: func(cmd *cobra.Command, args []string) error {
45
if len(args) == 0 {
46
cmd.HelpFunc()(cmd, args)
0 commit comments