From f844c87a4d676bcc8ad7ac24b5132d7aa5ccfeca Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Wed, 1 Dec 1999 15:29:41 +0000 Subject: zsh-workers/8840 --- Completion/User/_dd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion/User/_dd') diff --git a/Completion/User/_dd b/Completion/User/_dd index 3a980b48d..fb78f194a 100644 --- a/Completion/User/_dd +++ b/Completion/User/_dd @@ -10,10 +10,10 @@ if compset -P 1 'conv\='; then compadd "$expl[@]" -qS, -q \ ascii ebcdic ibm block unblock lcase ucase swab noerror sync elif compset -P 1 'if\='; then - _description expl 'input file' + _description files expl 'input file' _files "$expl[@]" elif compset -P 1 'of\='; then - _description expl 'output file' + _description files expl 'output file' _files "$expl[@]" else _wanted values expl option && -- cgit 1.4.1