diff --git a/cheat-sheets/ImageMagick-command-line-examples.adoc b/cheat-sheets/ImageMagick-command-line-examples.adoc index cc80d00..dbf6691 100644 --- a/cheat-sheets/ImageMagick-command-line-examples.adoc +++ b/cheat-sheets/ImageMagick-command-line-examples.adoc @@ -19,6 +19,6 @@ Let's combine images with extension .jpg (using shell wildcards) into one PDF file. ---- -magick *.jpg hoze-2022-1.pdf +magick *.jpg pics-2022-1.pdf ----