summary refs log tree commit diff
path: root/pnmpad.html
diff options
context:
space:
mode:
Diffstat (limited to 'pnmpad.html')
-rw-r--r--pnmpad.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/pnmpad.html b/pnmpad.html
index 5b9208b4..7847a502 100644
--- a/pnmpad.html
+++ b/pnmpad.html
@@ -193,8 +193,9 @@ This causes verbose messages.
   
   <pre>
     <kbd>
-      pad=($(pnmpad -reportonly -left=10 -right=10 -top=10 -bottom=10))
-      pbmmake -gray 10 10 | pnmpaste input.ppm ${pad[0]} ${pad[2]} -
+    pad=($(pnmpad -reportonly -left=10 -right=10 -top=10 -bottom=10 input.ppm))
+    pbmmake -gray ${pad[4]} ${pad[5]} | \
+      pnmpaste input.ppm ${pad[0]} ${pad[2]} -
     </kbd>
   </pre>