From 988ce573c0e52994caa74d77755b2fefb8943026 Mon Sep 17 00:00:00 2001 From: Naeil ZOUEIDI Date: Tue, 12 Feb 2019 11:04:04 -0500 Subject: [PATCH] Add UTC time to --schedule Signed-off-by: Naeil Ezzoueidi --- pkg/cmd/cli/schedule/create.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cmd/cli/schedule/create.go b/pkg/cmd/cli/schedule/create.go index c2a8940a9..a62e879b2 100644 --- a/pkg/cmd/cli/schedule/create.go +++ b/pkg/cmd/cli/schedule/create.go @@ -37,7 +37,7 @@ func NewCreateCommand(f client.Factory, use string) *cobra.Command { c := &cobra.Command{ Use: use + " NAME --schedule", Short: "Create a schedule", - Long: `The --schedule flag is required, in cron notation: + Long: `The --schedule flag is required, in cron notation, using UTC time: | Character Position | Character Period | Acceptable Values | | -------------------|:----------------:| -----------------:|