1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-27 04:40:59 +01:00

21334: fix typo in pkgtool -target_dir completion

This commit is contained in:
Doug Kearns 2005-06-21 10:00:45 +00:00
parent 6245d3e32f
commit 14ba91fafd
2 changed files with 6 additions and 1 deletions

View file

@ -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