about summary refs log tree commit diff
path: root/Completion/Pbmplus
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-08-27 12:02:50 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-08-27 12:02:50 +0000
commit0161b1ca7752c4a768dd3dcf38493290b9d36ff7 (patch)
tree33d97420437bc1f8f4657c05c7f97af5eb76173b /Completion/Pbmplus
parent98de79a703a934d8e44d9019c006c8e8fad41005 (diff)
downloadzsh-0161b1ca7752c4a768dd3dcf38493290b9d36ff7.tar.gz
zsh-0161b1ca7752c4a768dd3dcf38493290b9d36ff7.tar.xz
zsh-0161b1ca7752c4a768dd3dcf38493290b9d36ff7.zip
zsh-workers/7515
Diffstat (limited to 'Completion/Pbmplus')
-rw-r--r--Completion/Pbmplus/_pnmtotiff2
-rw-r--r--Completion/Pbmplus/_ppmtomitsu2
2 files changed, 2 insertions, 2 deletions
diff --git a/Completion/Pbmplus/_pnmtotiff b/Completion/Pbmplus/_pnmtotiff
index 5cc170190..af7cb14ac 100644
--- a/Completion/Pbmplus/_pnmtotiff
+++ b/Completion/Pbmplus/_pnmtotiff
@@ -1,5 +1,5 @@
 #compdef pnmtotiff
 
 _arguments '-none' '-packbits' '-lzw' '-g3' '-g4' '-2d' '-fill' \
-           '-predictor:LZW predictor:(1 2)' '-msb2lsb' '-lsb2msb' \
+           '-predictor:LZW predictor:((1\:without\ differencing 2\:with\ differencing))' '-msb2lsb' '-lsb2msb' \
 	   '-rowsperstrip:number of rows per strip:' ':file: _pbm_file'
diff --git a/Completion/Pbmplus/_ppmtomitsu b/Completion/Pbmplus/_ppmtomitsu
index e89047df1..16103f558 100644
--- a/Completion/Pbmplus/_ppmtomitsu
+++ b/Completion/Pbmplus/_ppmtomitsu
@@ -2,6 +2,6 @@
 
 _arguments '-sharpness:sharpness:(1 2 3 4)' \
            '-enlarge:enlargement factor:(1 2 3)' \
-	   '-media:output media:(A A4 AS A4S)' \
+	   '-media:output media (default\: 1184x1350):((A\:1216x1350 A4\:1184x1452 AS\:1216x1650 A4S\:1184x1754))' \
 	   '-copy:number of copies:(1 2 3 4 5 6 7 8 9)' \
 	   '-dpi300' '-tiny' ':file: _pbm_file'