diff --git a/www/mogrify.html b/www/mogrify.html
index 05472fb..55328e4 100644
--- a/www/mogrify.html
+++ b/www/mogrify.html
@@ -271,11 +271,6 @@
</tr>
<tr>
- <td valign="top"><a href="../www/command-line-options.html#average">-average</a></td>
- <td valign="top">average an image sequence</td>
- </tr>
-
- <tr>
<td valign="top"><a href="../www/command-line-options.html#background">-background <em class="option">color</em></a></td>
<td valign="top">background color</td>
</tr>
@@ -561,6 +556,11 @@
</tr>
<tr>
+ <td valign="top"><a href="../www/command-line-options.html#evaluate-sequence">-evaluate-sequence <em class="option">operator</em></a></td>
+ <td valign="top">evaluate an arithmetic, relational, or logical expression for an image sequence</td>
+ </tr>
+
+ <tr>
<td valign="top"><a href="../www/command-line-options.html#extent">-extent <em class="option">geometry</em></a></td>
<td valign="top">set the image size</td>
</tr>
@@ -776,21 +776,11 @@
</tr>
<tr>
- <td valign="top"><a href="../www/command-line-options.html#maximum">-maximum</a></td>
- <td valign="top">return the maximum intensity of an image sequence</td>
- </tr>
-
- <tr>
<td valign="top"><a href="../www/command-line-options.html#median">-median <em class="option">radius</em></a></td>
<td valign="top">apply a median filter to the image</td>
</tr>
<tr>
- <td valign="top"><a href="../www/command-line-options.html#minimum">-minimum</a></td>
- <td valign="top">return the minimum intensity of an image sequence</td>
- </tr>
-
- <tr>
<td valign="top"><a href="../www/command-line-options.html#modulate">-modulate <em class="option">value</em></a></td>
<td valign="top">vary the brightness, saturation, and hue</td>
</tr>