mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-28 18:40:55 +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)
|
fitstopgm)
|
||||||
_arguments \
|
_arguments \
|
||||||
'-image[specify image number]:image number:'
|
'-image[specify image number]:image number:' \
|
||||||
':file: _pbm'
|
':file: _pbm'
|
||||||
;;
|
;;
|
||||||
|
|
||||||
fitstopnm)
|
fitstopnm)
|
||||||
_arguments \
|
_arguments \
|
||||||
'-image[specify image number]:image number:'
|
'-image[specify image number]:image number:' \
|
||||||
'-noraw[produce ASCII pnm file]' \
|
'-noraw[produce ASCII pnm file]' \
|
||||||
'(-min -max)-scanmax[force scanning data for minimum and maximum]' \
|
'(-min -max)-scanmax[force scanning data for minimum and maximum]' \
|
||||||
'-printmax[only print minimum and maximum values]' \
|
'-printmax[only print minimum and maximum values]' \
|
||||||
|
@ -62,7 +62,7 @@ g3topbm)
|
||||||
giftopnm)
|
giftopnm)
|
||||||
_arguments \
|
_arguments \
|
||||||
'-verbose[verbose mode]' \
|
'-verbose[verbose mode]' \
|
||||||
'-comments[only print comment fields]'
|
'-comments[only print comment fields]' \
|
||||||
'-image[specify image number]:image number:' \
|
'-image[specify image number]:image number:' \
|
||||||
':file: _pbm'
|
':file: _pbm'
|
||||||
;;
|
;;
|
||||||
|
@ -728,8 +728,8 @@ rawtoppm)
|
||||||
'-headerskip:header bytes to skip:' \
|
'-headerskip:header bytes to skip:' \
|
||||||
'-rowskip:row padding to skip:' \
|
'-rowskip:row padding to skip:' \
|
||||||
'(-rgb -rbg -grb -gbr -brg -bgr)'-{rgb,rbg,grb,gbr,brg,bgr} \
|
'(-rgb -rbg -grb -gbr -brg -bgr)'-{rgb,rbg,grb,gbr,brg,bgr} \
|
||||||
'(-interrow)-interpixel' \
|
'(-interrow)-interpixel' \
|
||||||
'(-interpixel)-interrow' \
|
'(-interpixel)-interrow' \
|
||||||
':width:' ':height:' ':grayscale bytes:'
|
':width:' ':height:' ':grayscale bytes:'
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue