chore(build): minor cosmetic.

This commit is contained in:
Alexandre Pujol 2024-10-06 20:15:13 +01:00
parent effd4ef267
commit 856c425dd5
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
3 changed files with 4 additions and 4 deletions

View file

@ -61,7 +61,7 @@ func init() {
func Prebuild() {
flag.Usage = func() {
fmt.Printf("%s%s\n%s\n%s", usage,
fmt.Printf("%s\n%s\n%s\n%s", usage,
prebuild.Help("Prepare", prepare.Tasks),
prebuild.Help("Build", builder.Builders),
directive.Usage(),