mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-26 05:51:08 +02:00
zsh-workers/8287
This commit is contained in:
parent
fb3c53cb56
commit
163aad3457
1 changed files with 5 additions and 5 deletions
|
@ -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:'
|
||||
;;
|
||||
|
||||
|
|
Loading…
Reference in a new issue