Skip to content

Commit 9cd4fcc

Browse files
committed
Minor copy fix on font-dpi flag
1 parent e9ea320 commit 9cd4fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ type Args struct {
7373
FontVariant canvas.FontVariant `ox:"font variant"`
7474
FontFg *colors.Color `ox:"font foreground color,default:black"`
7575
FontBg *colors.Color `ox:"font background color,default:white"`
76-
FontDPI int `ox:"font fpi,default:100,name:font-dpi"`
76+
FontDPI int `ox:"font dpi,default:100,name:font-dpi"`
7777
FontMargin int `ox:"margin,default:5"`
7878
VipsConcurrency int `ox:"vips concurrency,default:$NUMCPU"`
7979

0 commit comments

Comments
 (0)