From 36b94823cccb62b0ce65af25fa048cb439122bb9 Mon Sep 17 00:00:00 2001 From: cristy Date: Thu, 20 May 2010 12:48:16 +0000 Subject: [PATCH] --- wand/convert.c | 2 +- wand/mogrify.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wand/convert.c b/wand/convert.c index 794c5e37e..28578d4e8 100644 --- a/wand/convert.c +++ b/wand/convert.c @@ -234,7 +234,6 @@ static MagickBooleanType ConvertUsage(void) "-paint radius simulate an oil painting", "-polaroid angle simulate a Polaroid picture", "-posterize levels reduce the image to a limited number of color levels", - "-print string interpret string and print to console", "-profile filename add, delete, or apply an image profile", "-quantize colorspace reduce colors in this colorspace", "-radial-blur angle radial blur the image", @@ -305,6 +304,7 @@ static MagickBooleanType ConvertUsage(void) "-hald-clut apply a Hald color lookup table to the image", "-morph value morph an image sequence", "-mosaic create a mosaic from an image sequence", + "-print string interpret string and print to console", "-process arguments process the image with a custom image filter", "-reverse reverse image sequence", "-separate separate an image channel into a grayscale image", diff --git a/wand/mogrify.c b/wand/mogrify.c index 9cde128b5..48c9f7b63 100644 --- a/wand/mogrify.c +++ b/wand/mogrify.c @@ -3699,7 +3699,6 @@ static MagickBooleanType MogrifyUsage(void) "-paint radius simulate an oil painting", "-polaroid angle simulate a Polaroid picture", "-posterize levels reduce the image to a limited number of color levels", - "-print string interpret string and print to console", "-profile filename add, delete, or apply an image profile", "-quantize colorspace reduce colors in this colorspace", "-radial-blur angle radial blur the image", @@ -3770,6 +3769,7 @@ static MagickBooleanType MogrifyUsage(void) "-hald-clut apply a Hald color lookup table to the image", "-morph value morph an image sequence", "-mosaic create a mosaic from an image sequence", + "-print string interpret string and print to console", "-process arguments process the image with a custom image filter", "-reverse reverse image sequence", "-separate separate an image channel into a grayscale image", -- 2.50.1