Skip to content

Commit 3f98afa

Browse files
committed
fix: add short descriptation.
Signed-off-by: shuangkun <[email protected]>
1 parent 1d639dd commit 3f98afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/argo/commands/cron/backfill.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func NewBackfillCommand() *cobra.Command {
4040
)
4141
var command = &cobra.Command{
4242
Use: "backfill cronwf",
43-
Short: "create a cron backfill",
43+
Short: "create a cron backfill(new alpha feature)",
4444
RunE: func(cmd *cobra.Command, args []string) error {
4545
if len(args) == 0 {
4646
cmd.HelpFunc()(cmd, args)

0 commit comments

Comments
 (0)