From: anthony Date: Wed, 23 Mar 2011 04:37:44 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~7911 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b69c4b31773fe2918415aca2f5e074a22f62b0a2;p=imagemagick --- diff --git a/wand/convert.c b/wand/convert.c index 2087b90e0..54291a023 100644 --- a/wand/convert.c +++ b/wand/convert.c @@ -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", diff --git a/wand/mogrify.c b/wand/mogrify.c index fb5e8f949..3d2e604f8 100644 --- a/wand/mogrify.c +++ b/wand/mogrify.c @@ -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", diff --git a/wand/montage.c b/wand/montage.c index 986961002..b2bd9f9af 100644 --- a/wand/montage.c +++ b/wand/montage.c @@ -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 };