[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.3-235-g26ae770

Igor Murzov igor at gplsoft.org
Mon May 2 10:27:54 UTC 2011


The following commit has been merged in the master branch:
commit 10bd7d3d412509378256ce1ca6f2ed97eb58d800
Author: Igor Murzov <igor at gplsoft.org>
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



More information about the Bash-completion-commits mailing list