Correct options for pkgtool

Took options from pkgtool script itself. They are wrong in man page
This commit is contained in:
Igor Murzov 2011-03-28 20:26:19 +04:00
parent e0e63f2518
commit 10bd7d3d41

View File

@ -9,8 +9,8 @@ _pkgtool()
COMPREPLY=()
local cur="${COMP_WORDS[COMP_CWORD]}"
if [[ "$cur" == -* ]]; then
COMPREPLY=( $( compgen -W '--sets --ignore_tagfiles --tagfile \
--source_mounted --source_dir --target_dir --source_device' \
COMPREPLY=( $( compgen -W '--sets --ignore-tagfiles --tagfile \
--source-mounted --source_dir --target_dir --source_device' \
-- "$cur" ) )
return 0
fi