diff options
author | Yann E. MORIN <yann.morin@orange.com> | 2019-02-19 14:15:28 +0100 |
---|---|---|
committer | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2019-02-20 23:48:04 +0100 |
commit | 858d2e9a27444b6321821a1fd1856564e68d31cc (patch) | |
tree | 91d5589c0d82d484dd6abf1db320652ba3699352 | |
parent | 74693e09ae6dc5954839a431b4779dcefaf37a6d (diff) | |
download | buildroot-858d2e9a27444b6321821a1fd1856564e68d31cc.tar.gz buildroot-858d2e9a27444b6321821a1fd1856564e68d31cc.zip |
package/imagemagick: fixup help text layout
Signed-off-by: "Yann E. MORIN" <yann.morin@orange.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
-rw-r--r-- | package/imagemagick/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/imagemagick/Config.in b/package/imagemagick/Config.in index 4bd81dbd79..8b795d89e5 100644 --- a/package/imagemagick/Config.in +++ b/package/imagemagick/Config.in @@ -9,8 +9,8 @@ config BR2_PACKAGE_IMAGEMAGICK JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. Use ImageMagick to translate, flip, mirror, rotate, scale, shear and transform images, adjust image colors, apply various - special effects, or draw text, - lines, polygons, ellipses and Bézier curves. + special effects, or draw text, lines, polygons, ellipses and + Bézier curves. http://www.imagemagick.org/ |