...
diff --git a/www/command-line-options.html b/www/command-line-options.html
index d68a0d8..c51ff66 100644
--- a/www/command-line-options.html
+++ b/www/command-line-options.html
@@ -1925,6 +1925,11 @@
   </tr>
 
   <tr>
+    <td>exr:color-type=<var>value</var></td>
+     <td>Specifies the color type for the EXR format: RGB, RGBA, YC, YCA, Y, YA, R, G, B, A).</td>
+  </tr>
+
+  <tr>
     <td>filter:option=<var>value</var></td>
      <td>Set a filter option for use with <a href="command-line-options.html#resize">-resize</a>.
     See <a href="command-line-options.html#filter">-filter</a> for details.</td>
@@ -1954,6 +1959,16 @@
   </tr>
 
   <tr>
+    <td>identify:locate=<var>minimum|maximum</var></td>
+     <td>Locates the coordinates of one or more image minimum or maximum</td>
+  </tr>
+
+  <tr>
+    <td>identify:limit=<var>number</var></td>
+     <td>Locates the coordinates for the number of minima or maxima specified</td>
+  </tr>
+
+  <tr>
     <td>jp2:layer-number=<var>value</var></td>
      <td>Sets the maximum number of quality layers to decode. Same for JPT, JC2,
     and J2K</td>
@@ -2121,6 +2136,16 @@
   </tr>
 
   <tr>
+    <td>pdf:stop-on-error=<var>true</var></td>
+    <td> </td>
+  </tr>
+
+  <tr>
+    <td>pdf:pdf:page-direction=<var>right-to-left</var></td>
+    <td> </td>
+  </tr>
+
+  <tr>
     <td>phash:colorspaces=<var>colorspace,colorspace,...</var></td>
     <td>the perceptual hash defaults to the sRGB and HCLp colorspaces.  When 
     using this define, you can specify up to six alternative colorspaces. (as 
@@ -2409,8 +2434,8 @@
   </tr>
 
   <tr>
-    <td>tiff:exif-properties=<var>false</var></td>
-    <td>Skips reading the EXIF properties.</td>
+    <td>tiff:exif-properties=<var>true</var></td>
+    <td>Enables reading the EXIF properties.</td>
   </tr>
 
   <tr>
@@ -2448,6 +2473,21 @@
     <td>type:hinting=<var>off</var></td>
     <td> </td>
   </tr>
+
+  <tr>
+    <td>txt:compliance=<var>css</var></td>
+    <td> </td>
+  </tr>
+
+  <tr>
+    <td>x:screen=<var>true</var></td>
+    <td>Obtains the image from the root window </td>
+  </tr>
+
+  <tr>
+    <td>x:silent=<var>true</var></td>
+    <td>Turns off the beep when importing an image </td>
+  </tr>
 </table>
 
 <p>For example, to create a postscript file that will render only the black
@@ -8054,4 +8094,4 @@
 </div>
 </body>
 </html>
-<!-- Magick Cache 3rd March 2017 19:25 -->
\ No newline at end of file
+<!-- Magick Cache 26th March 2017 15:32 -->
\ No newline at end of file