]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authoranthony <anthony@git.imagemagick.org>
Wed, 23 Mar 2011 04:37:44 +0000 (04:37 +0000)
committeranthony <anthony@git.imagemagick.org>
Wed, 23 Mar 2011 04:37:44 +0000 (04:37 +0000)
wand/convert.c
wand/mogrify.c
wand/montage.c

index 2087b90e013b4643f8479bf1aee3d67c7e27e296..54291a023072cb8c098ebb72880ff51c418c2d57 100644 (file)
@@ -411,9 +411,9 @@ static MagickBooleanType ConvertUsage(void)
     },
     *stack_operators[]=
     {
-      "-clone index         clone an image",
-      "-delete index        delete the image from the image sequence",
-      "-duplicate count[,index]",
+      "-clone indexes       clone an image",
+      "-delete indexes      delete the image from the image sequence",
+      "-duplicate count,indexes",
       "                     duplicate an image one or more times",
       "-insert index        insert last image into the image sequence",
       "-reverse             reverse image sequence",
index fb5e8f949a67381cecce9a0ad5723f42b95b8f7b..3d2e604f89baa83c92251ad3666e801cc94bffd3 100644 (file)
@@ -3931,8 +3931,8 @@ static MagickBooleanType MogrifyUsage(void)
     },
     *stack_operators[]=
     {
-      "-delete index        delete the image from the image sequence",
-      "-duplicate count[,index]",
+      "-delete indexes      delete the image from the image sequence",
+      "-duplicate count,indexes",
       "                     duplicate an image one or more times",
       "-insert index        insert last image into the image sequence",
       "-reverse             reverse image sequence",
index 9869610020216fef24ae33edf849de918d8bfa4b..b2bd9f9af6885ecb2515745544396814326f7f03 100644 (file)
@@ -212,8 +212,8 @@ static MagickBooleanType MontageUsage(void)
     },
     *stack_operators[]=
     {
-      "-clone index         clone an image",
-      "-duplicate count[,index]",
+      "-clone indexes       clone an image",
+      "-duplicate count,indexes",
       "                     duplicate an image one or more times",
       (char *) NULL
     };