about summary refs log tree commit diff
path: root/pamexec.html
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2011-08-24 15:11:41 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2011-08-24 15:11:41 +0000
commit33182f90989f175c61f6b9160620855cea898e45 (patch)
treed593e221850b0deafd8e52dca33c33f3784268e6 /pamexec.html
parent0d8db706244bccad64dde8db060839be3ddf0441 (diff)
downloadnetpbm-mirror-33182f90989f175c61f6b9160620855cea898e45.tar.gz
netpbm-mirror-33182f90989f175c61f6b9160620855cea898e45.tar.xz
netpbm-mirror-33182f90989f175c61f6b9160620855cea898e45.zip
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@1556 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'pamexec.html')
-rw-r--r--pamexec.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/pamexec.html b/pamexec.html
index 76acb7ed..f2719e43 100644
--- a/pamexec.html
+++ b/pamexec.html
@@ -16,7 +16,7 @@ pamexec - Execute a shell command on each image in a Netpbm image stream
 
 [&quot;<i>command</i>&quot;]
 
-[<I>netpbmfile</I>
+[<I>netpbmfile</I>]
 
 [<b>-check</b>]
 
@@ -69,7 +69,7 @@ To make an animated GIF movie:
 
 <kbd>
 <pre>
-    pamexec pamtogif myvideo.ppm | gifsicle &gt;myvideo.gif
+    pamexec pamtogif myvideo.ppm | gifsicle --multifile &gt;myvideo.gif
 </pre>
 </kbd>