]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Tue, 2 Feb 2010 14:36:00 +0000 (14:36 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Tue, 2 Feb 2010 14:36:00 +0000 (14:36 +0000)
wand/convert.c
wand/mogrify.c

index f705ea09c880032149adf4bd450f30a5e6355d1b..eeda6f52bf227953eab9b4e3a15e20f180be7cfb 100644 (file)
@@ -219,7 +219,7 @@ static MagickBooleanType ConvertUsage(void)
       "-median radius       apply a median filter to the image",
       "-modulate value      vary the brightness, saturation, and hue",
       "-monochrome          transform image to black and white",
-      "-morphology method[:iterations] kernel",
+      "-morphology method kernel",
       "                     apply a morphology method to the image",
       "-motion-blur geometry",
       "                     simulate motion blur",
@@ -368,7 +368,7 @@ static MagickBooleanType ConvertUsage(void)
       "-page geometry       size and location of an image canvas (setting)",
       "-ping                efficiently determine image attributes",
       "-pointsize value     font point size",
-      "-precision value     set the maximum number of significant digits to be printed",
+      "-precision value     maximum number of significant digits to print",
       "-preview type        image preview type",
       "-quality value       JPEG/MIFF/PNG compression level",
       "-quiet               suppress all warning messages",
index 1f043d0e6bbf398a70e2bbfa4e7e469e10eeb58f..6d88cd264ac9c94025676d05c29a421bc0cc0f75 100644 (file)
@@ -3710,7 +3710,7 @@ static MagickBooleanType MogrifyUsage(void)
       "-median radius       apply a median filter to the image",
       "-modulate value      vary the brightness, saturation, and hue",
       "-monochrome          transform image to black and white",
-      "-morphology method[:iterations] kernel",
+      "-morphology method kernel",
       "                     apply a morphology method to the image",
       "-motion-blur geometry",
       "                     simulate motion blur",
@@ -3859,7 +3859,7 @@ static MagickBooleanType MogrifyUsage(void)
       "-page geometry       size and location of an image canvas (setting)",
       "-ping                efficiently determine image attributes",
       "-pointsize value     font point size",
-      "-precision value     set the maximum number of significant digits to be printed",
+      "-precision value     maximum number of significant digits to print",
       "-preview type        image preview type",
       "-quality value       JPEG/MIFF/PNG compression level",
       "-quiet               suppress all warning messages",