From: cristy Date: Sun, 6 Jan 2013 23:55:19 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~4478 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9305363363b28077b3d1cc2a2eda8be55eb5c933;p=imagemagick --- diff --git a/MagickWand/animate.c b/MagickWand/animate.c index 5bf920d0b..e01c73f14 100644 --- a/MagickWand/animate.c +++ b/MagickWand/animate.c @@ -106,7 +106,7 @@ static MagickBooleanType AnimateUsage(void) *miscellaneous[]= { "-debug events display copious debugging information", - "-distributed-cache port", + "-distribute-cache port", " distributed pixel cache spanning one or more servers", "-help print program options", "-list type print a list of supported option arguments", diff --git a/MagickWand/compare.c b/MagickWand/compare.c index 767f80004..70d032872 100644 --- a/MagickWand/compare.c +++ b/MagickWand/compare.c @@ -89,7 +89,7 @@ static MagickBooleanType CompareUsage(void) *miscellaneous[]= { "-debug events display copious debugging information", - "-distributed-cache port", + "-distribute-cache port", " distributed pixel cache spanning one or more servers", "-help print program options", "-list type print a list of supported option arguments", diff --git a/MagickWand/composite.c b/MagickWand/composite.c index 531062f5c..f90b7d89b 100644 --- a/MagickWand/composite.c +++ b/MagickWand/composite.c @@ -233,7 +233,7 @@ static MagickBooleanType CompositeUsage(void) *miscellaneous[]= { "-debug events display copious debugging information", - "-distributed-cache port", + "-distribute-cache port", " distributed pixel cache spanning one or more servers", "-help print program options", "-list type print a list of supported option arguments", diff --git a/MagickWand/conjure.c b/MagickWand/conjure.c index 7e5e3f6a6..2ff4f1291 100644 --- a/MagickWand/conjure.c +++ b/MagickWand/conjure.c @@ -96,7 +96,7 @@ static MagickBooleanType ConjureUsage(void) *miscellaneous[]= { "-debug events display copious debugging information", - "-distributed-cache port", + "-distribute-cache port", " distributed pixel cache spanning one or more servers", "-help print program options", "-list type print a list of supported option arguments", diff --git a/MagickWand/convert.c b/MagickWand/convert.c index 5d9a656a2..c5cf6f4d4 100644 --- a/MagickWand/convert.c +++ b/MagickWand/convert.c @@ -145,7 +145,7 @@ static MagickBooleanType ConvertUsage(void) *miscellaneous[]= { "-debug events display copious debugging information", - "-distributed-cache port", + "-distribute-cache port", " distributed pixel cache spanning one or more servers", "-help print program options", "-list type print a list of supported option arguments", diff --git a/MagickWand/display.c b/MagickWand/display.c index 122317b02..5dbf1b0a8 100644 --- a/MagickWand/display.c +++ b/MagickWand/display.c @@ -109,7 +109,7 @@ static MagickBooleanType DisplayUsage(void) *miscellaneous[]= { "-debug events display copious debugging information", - "-distributed-cache port", + "-distribute-cache port", " distributed pixel cache spanning one or more servers", "-help print program options", "-list type print a list of supported option arguments", diff --git a/MagickWand/identify.c b/MagickWand/identify.c index ee5c4f55c..787602739 100644 --- a/MagickWand/identify.c +++ b/MagickWand/identify.c @@ -99,7 +99,7 @@ static MagickBooleanType IdentifyUsage(void) *miscellaneous[]= { "-debug events display copious debugging information", - "-distributed-cache port", + "-distribute-cache port", " distributed pixel cache spanning one or more servers", "-help print program options", "-list type print a list of supported option arguments", diff --git a/MagickWand/import.c b/MagickWand/import.c index 1e56d5a68..2d3b5e8e6 100644 --- a/MagickWand/import.c +++ b/MagickWand/import.c @@ -99,7 +99,7 @@ static MagickBooleanType ImportUsage(void) *miscellaneous[]= { "-debug events display copious debugging information", - "-distributed-cache port", + "-distribute-cache port", " distributed pixel cache spanning one or more servers", "-help print program options", "-list type print a list of supported option arguments", diff --git a/MagickWand/mogrify.c b/MagickWand/mogrify.c index ce7dd9c19..1327418cb 100644 --- a/MagickWand/mogrify.c +++ b/MagickWand/mogrify.c @@ -150,7 +150,7 @@ WandExport MagickBooleanType MagickCommandGenesis(ImageInfo *image_info, concurrent=MagickTrue; if (LocaleCompare("-debug",option) == 0) (void) SetLogEventMask(argv[++i]); - if (LocaleCompare("-distributed-cache",option) == 0) + if (LocaleCompare("-distribute-cache",option) == 0) DistributedPixelCache(StringToUnsignedLong(argv[++i])); if (LocaleCompare("-duration",option) == 0) duration=StringToDouble(argv[++i],(char **) NULL); @@ -3214,7 +3214,7 @@ static MagickBooleanType MogrifyUsage(void) *miscellaneous[]= { "-debug events display copious debugging information", - "-distributed-cache port", + "-distribute-cache port", " distributed pixel cache spanning one or more servers", "-help print program options", "-list type print a list of supported option arguments", diff --git a/MagickWand/montage.c b/MagickWand/montage.c index 66649414e..3a8465185 100644 --- a/MagickWand/montage.c +++ b/MagickWand/montage.c @@ -90,7 +90,7 @@ static MagickBooleanType MontageUsage(void) *miscellaneous[]= { "-debug events display copious debugging information", - "-distributed-cache port", + "-distribute-cache port", " distributed pixel cache spanning one or more servers", "-help print program options", "-list type print a list of supported option arguments", diff --git a/MagickWand/stream.c b/MagickWand/stream.c index 247113ec2..8795f4811 100644 --- a/MagickWand/stream.c +++ b/MagickWand/stream.c @@ -93,7 +93,7 @@ static MagickBooleanType StreamUsage(void) *miscellaneous[]= { "-debug events display copious debugging information", - "-distributed-cache port", + "-distribute-cache port", " distributed pixel cache spanning one or more servers", "-help print program options", "-list type print a list of supported option arguments",