about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-10-15 14:58:48 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-10-15 14:58:48 +0000
commit163aad3457a0f10a6f0bff654fd324abb5c2918c (patch)
treea8532a6c83420600a58b56eeb568814ae2d4929d
parentfb3c53cb56e32e402c8c49fc5d4e01329716a574 (diff)
downloadzsh-163aad3457a0f10a6f0bff654fd324abb5c2918c.tar.gz
zsh-163aad3457a0f10a6f0bff654fd324abb5c2918c.tar.xz
zsh-163aad3457a0f10a6f0bff654fd324abb5c2918c.zip
zsh-workers/8287
-rw-r--r--Completion/User/_pbm10
1 files changed, 5 insertions, 5 deletions
diff --git a/Completion/User/_pbm b/Completion/User/_pbm
index 44dece55c..77af9b23b 100644
--- a/Completion/User/_pbm
+++ b/Completion/User/_pbm
@@ -36,13 +36,13 @@ asciitop[gn]m)
 
 fitstopgm)
   _arguments \
-    '-image[specify image number]:image number:' 
+    '-image[specify image number]:image number:' \
     ':file: _pbm'
   ;;
 
 fitstopnm)
   _arguments \
-    '-image[specify image number]:image number:' 
+    '-image[specify image number]:image number:' \
     '-noraw[produce ASCII pnm file]' \
     '(-min -max)-scanmax[force scanning data for minimum and maximum]' \
     '-printmax[only print minimum and maximum values]' \
@@ -62,7 +62,7 @@ g3topbm)
 giftopnm)
   _arguments \
     '-verbose[verbose mode]' \
-    '-comments[only print comment fields]'
+    '-comments[only print comment fields]' \
     '-image[specify image number]:image number:' \
     ':file: _pbm'
   ;;
@@ -728,8 +728,8 @@ rawtoppm)
     '-headerskip:header bytes to skip:' \
     '-rowskip:row padding to skip:' \
     '(-rgb -rbg -grb -gbr -brg -bgr)'-{rgb,rbg,grb,gbr,brg,bgr} \
-    '(-interrow)-interpixel' \        
-    '(-interpixel)-interrow' \        
+    '(-interrow)-interpixel' \
+    '(-interpixel)-interrow' \
     ':width:' ':height:' ':grayscale bytes:'
   ;;