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

@ -11,7 +11,7 @@ import (
var Status wisski_distillery.Command = cStatus{}
type cStatus struct {
JSON bool `short:"j" long:"json" description:"Print status as JSON instead of as string"`
JSON bool `short:"j" long:"json" description:"print status as JSON instead of as string"`
}
func (cStatus) Description() wisski_distillery.Description {
@ -20,7 +20,7 @@ func (cStatus) Description() wisski_distillery.Description {
NeedsDistillery: true,
},
Command: "status",
Description: "Provide information about the distillery as a whole",
Description: "provide information about the distillery as a whole",
}
}