Skip to content

Commit 0f01532

Browse files
committed
help text touchup
1 parent b45e171 commit 0f01532

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
@@ -36,7 +36,7 @@ var (
3636
yMax *float64 = flag.Float64("ymax", 1.0, "max on imaginary axis")
3737
depth *int64 = flag.Int64("depth", 32767, "max recursion depth, int32")
3838
radius *float64 = flag.Float64("radius", 2.0, "radius to test for convergence")
39-
screenX *int64 = flag.Int64("w", 160, "width in characters. (cowsay defaults to 40 fyi, and -n fixes formating)")
39+
screenX *int64 = flag.Int64("w", 160, "width in characters. (cowsay defaults to 40 fyi, and -n 'fixes' formating)")
4040
screenY *int64 = flag.Int64("h", 60, "height in characters")
4141
)
4242

0 commit comments

Comments
 (0)