[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 2.0-61-g7f2eb83

Igor Murzov e-mail at date.by
Sat Nov 3 19:52:14 UTC 2012


The following commit has been merged in the master branch:
commit b2365b3d8743fb0fdca70c5138e66e6b389ba5bd
Author: Igor Murzov <e-mail at date.by>
Date:   Sat Nov 3 23:19:53 2012 +0400

    lvm: Fix typo in option name: s/continguous/contiguous/.

diff --git a/completions/lvm b/completions/lvm
index 8548753..b3854cf 100644
--- a/completions/lvm
+++ b/completions/lvm
@@ -647,7 +647,7 @@ _lvchange()
     _init_completion || return
 
     case $prev in
-        -a|-A|-C|-M|--available|--autobackup|--continguous|--persistent)
+        -a|-A|-C|-M|--available|--autobackup|--contiguous|--persistent)
             COMPREPLY=( $( compgen -W 'y n' -- "$cur" ) )
             return 0
             ;;
@@ -671,7 +671,7 @@ _lvcreate()
     _init_completion || return
 
     case $prev in
-        -A|-C|-M|-Z|--autobackup|--continguous|--persistent|--zero)
+        -A|-C|-M|-Z|--autobackup|--contiguous|--persistent|--zero)
             COMPREPLY=( $( compgen -W 'y n' -- "$cur" ) )
             return 0
             ;;

-- 
bash-completion



More information about the Bash-completion-commits mailing list