about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDoug Kearns <dkearns@users.sourceforge.net>2005-06-21 10:00:45 +0000
committerDoug Kearns <dkearns@users.sourceforge.net>2005-06-21 10:00:45 +0000
commit14ba91fafd182fbd75bc6c152e8fe749a8097f4a (patch)
treef2d465aa1c4644edb25487ab804db0a15d523902
parent6245d3e32fec771a9ccc67f533b868c34fd25c03 (diff)
downloadzsh-14ba91fafd182fbd75bc6c152e8fe749a8097f4a.tar.gz
zsh-14ba91fafd182fbd75bc6c152e8fe749a8097f4a.tar.xz
zsh-14ba91fafd182fbd75bc6c152e8fe749a8097f4a.zip
21334: fix typo in pkgtool -target_dir completion
-rw-r--r--ChangeLog5
-rw-r--r--Completion/Linux/Command/_pkgtool2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e0585735f..fd5612beb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-06-21  Doug Kearns  <djkea2@gus.gscit.monash.edu.au>
+
+	* 21334: Completion/Linux/Command/_pkgtool: fix typo in -target_dir
+	completion
+
 2005-06-21  Oliver Kiddle  <opk@zsh.org>
 
 	* 21317: Src/glob.c, Test/D02glob.ztst: fix bug where recursive
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