From 163aad3457a0f10a6f0bff654fd324abb5c2918c Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Fri, 15 Oct 1999 14:58:48 +0000 Subject: zsh-workers/8287 --- Completion/User/_pbm | 10 +++++----- 1 file 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:' ;; -- cgit 1.4.1