From 20b2773ea29b807ea2707be1c1957ff0fa22c93a Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Wed, 20 Jan 2021 23:21:06 -0500 Subject: [PATCH] fix: correct help output --- plugins/cron/src/commands/commands.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/cron/src/commands/commands.go b/plugins/cron/src/commands/commands.go index 4586014a0..36164a2e2 100644 --- a/plugins/cron/src/commands/commands.go +++ b/plugins/cron/src/commands/commands.go @@ -13,7 +13,7 @@ import ( const ( helpHeader = `Usage: dokku cron[:COMMAND] -Manage scheduled tasks +Manage scheduled cron tasks Additional commands:`