diff --git a/plugins/cron/src/commands/commands.go b/plugins/cron/src/commands/commands.go index 36b6b89a554..36761c77839 100644 --- a/plugins/cron/src/commands/commands.go +++ b/plugins/cron/src/commands/commands.go @@ -21,7 +21,7 @@ Additional commands:` cron:list [--format json|stdout], List scheduled cron tasks for an app cron:report [] [], Display report about an app cron:run [--detach], Run a cron task on the fly - cron:set [--global|] , Set or clear a cron property for an app` + cron:set [--global|] , Set or clear a cron property for an app` ) func main() {