Reformat documentation messages

This commit is contained in:
Tom Wiesing 2022-12-08 11:45:52 +01:00
parent aefde6eec2
commit c80c8f2297
No known key found for this signature in database
29 changed files with 61 additions and 61 deletions

View file

@ -17,7 +17,7 @@ type cron struct {
Parallel int `short:"p" long:"parallel" description:"run on (at most) this many instances in parallel. 0 for no limit." default:"1"`
Positionals struct {
Slug []string `positional-arg-name:"SLUG" required:"0" description:"slug of instance(s) to run cron in"`
Slug []string `positional-arg-name:"SLUG" required:"0" description:"slug of instances to run cron in"`
} `positional-args:"true"`
}
@ -27,7 +27,7 @@ func (cron) Description() wisski_distillery.Description {
NeedsDistillery: true,
},
Command: "cron",
Description: "Runs the cron script for several instances",
Description: "runs the cron script for several instances",
}
}