Correct options for pkgtool
Took options from pkgtool script itself. They are wrong in man page
This commit is contained in:
parent
e0e63f2518
commit
10bd7d3d41
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user