about summary refs log tree commit diff
path: root/Completion/Pbmplus
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-08-19 14:43:34 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-08-19 14:43:34 +0000
commitc73034d147c0bc2c77bf10d15b0b12781d2b4e3f (patch)
treeeb790a9f327548f4defbe56d52d0ed5b8e801249 /Completion/Pbmplus
parent6adafae34f2e04d2340b36e514ff190bdbab2e6b (diff)
downloadzsh-c73034d147c0bc2c77bf10d15b0b12781d2b4e3f.tar.gz
zsh-c73034d147c0bc2c77bf10d15b0b12781d2b4e3f.tar.xz
zsh-c73034d147c0bc2c77bf10d15b0b12781d2b4e3f.zip
zsh-workers/7451
Diffstat (limited to 'Completion/Pbmplus')
-rw-r--r--Completion/Pbmplus/_pbmtoepsi2
-rw-r--r--Completion/Pbmplus/_pktopbm2
-rw-r--r--Completion/Pbmplus/_yuvtoppm2
3 files changed, 3 insertions, 3 deletions
diff --git a/Completion/Pbmplus/_pbmtoepsi b/Completion/Pbmplus/_pbmtoepsi
index 7bba77295..4747c5c4a 100644
--- a/Completion/Pbmplus/_pbmtoepsi
+++ b/Completion/Pbmplus/_pbmtoepsi
@@ -1,3 +1,3 @@
 #compdef pbmtoepsi
 
-_arguments '--bbonly' ':file: _pbmfile'
+_arguments '-bbonly' ':file: _pbm_file'
diff --git a/Completion/Pbmplus/_pktopbm b/Completion/Pbmplus/_pktopbm
index 5b97fdd33..7f1e5d98a 100644
--- a/Completion/Pbmplus/_pktopbm
+++ b/Completion/Pbmplus/_pktopbm
@@ -1,4 +1,4 @@
 #compdef pktopbm
 
-_arguments ':pk file:_file -g *.(#i)pk' '-c:character number:' \
+_arguments ':pk file:_files -g *.(#i)pk' '-c:character number:' \
            '*:file: _pbm_file'
diff --git a/Completion/Pbmplus/_yuvtoppm b/Completion/Pbmplus/_yuvtoppm
index 438249d34..6a1e5c3e1 100644
--- a/Completion/Pbmplus/_yuvtoppm
+++ b/Completion/Pbmplus/_yuvtoppm
@@ -1,3 +1,3 @@
 #compdef yuvtoppm
 
-_arguments ':width:' ':height:' 'image bytes:'
+_arguments ':width:' ':height:' ':image bytes:'