The following commit has been merged in the master branch:
commit 10bd7d3d412509378256ce1ca6f2ed97eb58d800
Author: Igor Murzov <[email protected]>
Date: Mon Mar 28 20:26:19 2011 +0400
Correct options for pkgtool
Took options from pkgtool script itself. They are wrong in man page
diff --git a/completions/pkgtools b/completions/pkgtools
index 83391d4..2b438ef 100644
--- a/completions/pkgtools
+++ b/completions/pkgtools
@@ -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
--
bash-completion
_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/bash-completion-commits