mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-21 00:01:26 +01:00
21334: fix typo in pkgtool -target_dir completion
This commit is contained in:
parent
6245d3e32f
commit
14ba91fafd
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue