Browse Source

Rigth flag description

master
Gitea 2 years ago
parent
commit
44eb55e807
  1. 2
      src/main.go

2
src/main.go

@ -73,7 +73,7 @@ func addText(img *image.RGBA, x, y uint, text string, size float64) error {
func main() { func main() {
flag.Usage = func() { flag.Usage = func() {
fmt.Printf(` -add_note_space fmt.Printf(` -add_note_space
Add bottom space for a note or not Add additional white bottom space below a note or not
-dst_dir string -dst_dir string
Specify path to the output directory (default "output_images") Specify path to the output directory (default "output_images")
-fontsize float -fontsize float

Loading…
Cancel
Save