summary refs log tree commit diff
path: root/picttoppm.html
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2022-01-27 02:39:38 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2022-01-27 02:39:38 +0000
commit9c185a3c618cfaff1ba92f3094f1a4e395013916 (patch)
tree7a0057177b22f89a76dfd53e938aa56f260983b5 /picttoppm.html
parent1feb4eb4d9783d530653f6e6ac8bc4264732501d (diff)
downloadnetpbm-mirror-9c185a3c618cfaff1ba92f3094f1a4e395013916.tar.gz
netpbm-mirror-9c185a3c618cfaff1ba92f3094f1a4e395013916.tar.xz
netpbm-mirror-9c185a3c618cfaff1ba92f3094f1a4e395013916.zip
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@4264 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'picttoppm.html')
-rw-r--r--picttoppm.html14
1 files changed, 9 insertions, 5 deletions
diff --git a/picttoppm.html b/picttoppm.html
index 6564e22f..4d472ca7 100644
--- a/picttoppm.html
+++ b/picttoppm.html
@@ -13,7 +13,7 @@ picttoppm - convert a Macintosh PICT file to a PPM
 
 <b>picttoppm</b>
 
-[<b>-verbose</b>]
+[<b>-verbose=</b><i>n</i>]
 
 [<b>-fullres</b>]
 
@@ -79,11 +79,15 @@ not stored in the data fork of a PICT file.
 <dd>Execute only pure quickdraw operations.  In particular, turn off
 the interpretation of special PostScript printer operations.
 
-<dt><b>-verbose</b>
+<dt><b>-verbose=</b><i>n</i>
 
-<dd>Print a whole bunch of information about the PICT file and the
-conversion process that only <b>picttoppm</b> hackers really care
-about.
+<dd>Print a whole bunch of information about the PICT file and the conversion
+process that only <b>picttoppm</b> hackers really care about.
+
+<p><i>n</i> is the verbosity level, 0-2.
+
+<p>Before Netpbm 10.98 (March 2022), this option is a flag option that you
+specify multiple times to specify increasing verbosity.
 
 </dl>