Remove errant tab character in cron:set help text

Noticed it was showing up first and with odd indentation in the output of `dokku help --all`. Now it will be indented like the others.
This commit is contained in:
Garret Heaton
2024-04-13 20:23:45 -04:00
committed by GitHub
parent 8929b51f6f
commit 244b898fd2

View File

@@ -21,7 +21,7 @@ Additional commands:`
cron:list <app> [--format json|stdout], List scheduled cron tasks for an app
cron:report [<app>] [<flag>], Display report about an app
cron:run <app> <cron_id> [--detach], Run a cron task on the fly
cron:set [--global|<app>] <key> <value>, Set or clear a cron property for an app`
cron:set [--global|<app>] <key> <value>, Set or clear a cron property for an app`
)
func main() {