From 14ba91fafd182fbd75bc6c152e8fe749a8097f4a Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Tue, 21 Jun 2005 10:00:45 +0000 Subject: 21334: fix typo in pkgtool -target_dir completion --- Completion/Linux/Command/_pkgtool | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Linux') diff --git a/Completion/Linux/Command/_pkgtool b/Completion/Linux/Command/_pkgtool index 0dd2d6769..940c09816 100644 --- a/Completion/Linux/Command/_pkgtool +++ b/Completion/Linux/Command/_pkgtool @@ -49,7 +49,7 @@ case "$service" in '-ignore_tagfile[install every package encountered regardless of tagfiles]' \ '-tagfile[specify tagfile to be used for the installation]:tagfile:_files -/' \ '-source_dir[specify directory containing each disk subdirectory]:source directory:_path_files -/' \ - '-target_dir[specify directory where the target root directory is located]:target directory:_path_files -W -/' \ + '-target_dir[specify directory where the target root directory is located]:target directory:_path_files -/' \ '(-source_mounted)-source_device[specify source device to install from]:source device:{compadd "$expl[@]" /dev/*}' ;; esac -- cgit 1.4.1