mirror of
https://github.com/dokku/dokku.git
synced 2025-12-28 16:06:40 +01:00
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user