Skip to content

Commit a072102

Browse files
doc: fix magick example
1 parent 8acd7a2 commit a072102

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

man/patch.diff

Whitespace-only changes.

man/scrot.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ Taking a screenshot and annotating it with \fBImageMagick\fP(1):
338338
.PP
339339
.nf
340340
.fam C
341-
$ scrot - | convert -pointsize 64 -gravity North -annotate '+16+16' 'hello, world!' - out.png
341+
$ scrot - | magick - -pointsize 64 -gravity North -annotate +16+16 'hello, world' out.png
342342

343343
.fam T
344344
.fi

man/scrot.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ Selecting a window by PID with xdo(1):
206206

207207
Taking a screenshot and annotating it with ImageMagick(1):
208208

209-
$ scrot - | convert -pointsize 64 -gravity North -annotate '+16+16' 'hello, world!' - out.png
209+
$ scrot - | magick - -pointsize 64 -gravity North -annotate +16+16 'hello, world' out.png
210210

211211
AUTHOR
212212
scrot was originally developed by Tom Gilbert.

0 commit comments

Comments
 (0)