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/Linux/_rpm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion/Linux') diff --git a/Completion/Linux/_rpm b/Completion/Linux/_rpm index b31ea656f..fae8612a8 100644 --- a/Completion/Linux/_rpm +++ b/Completion/Linux/_rpm @@ -213,9 +213,9 @@ while [[ -n "$state" ]]; do ;; relocate) if compset -P '*\='; then - _description expl 'new path' + _description directories expl 'new path' else - _description expl 'old path' + _description directories expl 'old path' fi _tags directories || return 1 -- cgit 1.4.1