diff --git a/www/command-line-options.html b/www/command-line-options.html
index 3394105..bd74855 100644
--- a/www/command-line-options.html
+++ b/www/command-line-options.html
@@ -1686,6 +1686,8 @@
 <p>The following definitions may be created:</p>
 
 <ul>
+<dt>jpeg:size=geometry</dt>
+  <dd>Set the size hint of a JPEG image, for example, -define jpeg:size=128x128.  It is most useful for increasing performance and reducing the memory requirements when reducing the size of a large JPEG image.</dd><br />
 <dt>jp2:rate=value</dt>
   <dd>Specify the compression factor to use while writing JPEG-2000 files. The compression factor is the reciprocal of the compression ratio. The valid range is 0.0 to 1.0, with 1.0 indicating lossless compression. If defined, this value overrides the -quality setting.  A quality setting of 75 results in a rate value of 0.06641.</dd><br />
 <dt>mng:need-cacheoff</dt>