1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-29 06:51:03 +02:00

zsh-workers/8287

This commit is contained in:
Tanaka Akira 1999-10-15 14:58:48 +00:00
parent fb3c53cb56
commit 163aad3457

View file

@ -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'
;; ;;