about summary refs log tree commit diff
path: root/pnmquant.html
diff options
context:
space:
mode:
Diffstat (limited to 'pnmquant.html')
-rw-r--r--pnmquant.html14
1 files changed, 6 insertions, 8 deletions
diff --git a/pnmquant.html b/pnmquant.html
index cf97e37a..f86cc2e9 100644
--- a/pnmquant.html
+++ b/pnmquant.html
@@ -18,14 +18,7 @@ pnmquant - quantize the colors in a Netpbm image to a smaller set
 [<B>-floyd</B>|<B>-fs</B>]
 [<B>-nofloyd</B>|<B>-nofs</B>]
 [<B>-spreadbrightness</B>|<B>-spreadluminosity</B>]
-<I>ncolors</I>
-[<I>pnmfile</I>]
-
-<P>
-All options can be abbreviated to their shortest unique prefix.  You
-may use two hyphens instead of one to designate an option.  You may
-use either white space or equals signs between an option name and its
-value.
+<I>ncolors</I> [<I>pnmfile</I>]
 
 <A NAME="lbAD">&nbsp;</A>
 <H2>DESCRIPTION</H2>
@@ -36,6 +29,11 @@ value.
 colors to best represent the image, maps the existing colors
 to the new ones, and writes a PNM image as output.
 
+<P>All options can be abbreviated to their shortest unique prefix.  You
+may use two hyphens instead of one to designate an option.  You may
+use either white space or equals signs between an option name and its
+value.
+
 <P>This program is simply a combination of <B>pnmcolormap</B> and
 <B>pnmremap</B>, where the colors of the input are remapped using a
 color map which is generated from the colors in that same input.  The