]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 6 Jan 2013 23:55:19 +0000 (23:55 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 6 Jan 2013 23:55:19 +0000 (23:55 +0000)
MagickWand/animate.c
MagickWand/compare.c
MagickWand/composite.c
MagickWand/conjure.c
MagickWand/convert.c
MagickWand/display.c
MagickWand/identify.c
MagickWand/import.c
MagickWand/mogrify.c
MagickWand/montage.c
MagickWand/stream.c

index 5bf920d0b5245389b687efed176f2831e27a1c2a..e01c73f149cdf6aa500407aa83356f0eae8097ed 100644 (file)
@@ -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",
index 767f8000421b2969767b1d07a46fdc1f9ab1154c..70d0328729d62a5e52fefa788ae8cfa09a68fb79 100644 (file)
@@ -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",
index 531062f5c7e3377b4d80ad55e49a162cfd9983bc..f90b7d89b3a8426f259de7cc5eedd348613f6045 100644 (file)
@@ -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",
index 7e5e3f6a642f71011c2256f36bc5ba91f4ebca00..2ff4f1291c95b765eb4e55816cd03fb9bcf722be 100644 (file)
@@ -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",
index 5d9a656a296c8619372a142a3981ee41679d75ad..c5cf6f4d4243070d7f694744125fb58ebf6e69f0 100644 (file)
@@ -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",
index 122317b0266e1bfb2158927c623452a058701999..5dbf1b0a89ea25a3edc7e4a27b4864dcd09fa306 100644 (file)
@@ -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",
index ee5c4f55c1251b952dff82b3aae5d62f8c7b0501..787602739bc8cb6c7de1069129bb6164a0d8f82a 100644 (file)
@@ -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",
index 1e56d5a683769d5e765ac3d35273aaa10bc4cdc7..2d3b5e8e677b2cfe73590bec669fb3d35fe9c68b 100644 (file)
@@ -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",
index ce7dd9c19918278ffe03e68d02734f580ceda240..1327418cb466b93f5c51ef136023392d67baecba 100644 (file)
@@ -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",
index 66649414e9179856a509d84a4f1ae419442453ad..3a84651854e01bae8e451f9f862c93a0691de5c3 100644 (file)
@@ -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",
index 247113ec2bbab08fb92b9a9b2508ac2d0832fb22..8795f4811f8d20e05a475767c42bae58866e26ae 100644 (file)
@@ -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",