diff options
Diffstat (limited to 'Completion/Pbmplus/_giftopnm')
-rw-r--r-- | Completion/Pbmplus/_giftopnm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Completion/Pbmplus/_giftopnm b/Completion/Pbmplus/_giftopnm new file mode 100644 index 000000000..1a3e6e1c3 --- /dev/null +++ b/Completion/Pbmplus/_giftopnm @@ -0,0 +1,4 @@ +#compdef giftopnm + +_arguments '-verbose' '-comments' '-image:image number:' \ + ':file: _pbm_file' |