From: cristy Date: Thu, 20 May 2010 12:48:16 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~9420 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=36b94823cccb62b0ce65af25fa048cb439122bb9;p=imagemagick --- 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",