about summary refs log tree commit diff
path: root/Completion/Pbmplus/_ppmdither
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Pbmplus/_ppmdither')
-rw-r--r--Completion/Pbmplus/_ppmdither7
1 files changed, 7 insertions, 0 deletions
diff --git a/Completion/Pbmplus/_ppmdither b/Completion/Pbmplus/_ppmdither
new file mode 100644
index 000000000..94a52e68d
--- /dev/null
+++ b/Completion/Pbmplus/_ppmdither
@@ -0,0 +1,7 @@
+#compdef ppmdither
+
+_arguments '-dim:matrix size:' \
+           '-red:number of red shades:' \
+           '-green:number of green shades:' \
+           '-blue:number of blue shades:' \
+	   ':file: _pbm_file'