[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 4a69a5a53cd68d058b05ce1cd9398eefb00aa5bb

Ville Skyttä ville.skytta at iki.fi
Sun Oct 24 09:44:21 UTC 2010


The following commit has been merged in the master branch:
commit 4a69a5a53cd68d058b05ce1cd9398eefb00aa5bb
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sun Oct 24 12:42:45 2010 +0300

    Add ext4 features to tune2fs -O completions.

diff --git a/completions/e2fsprogs b/completions/e2fsprogs
index 1a240f1..15d9175 100644
--- a/completions/e2fsprogs
+++ b/completions/e2fsprogs
@@ -144,8 +144,9 @@ _tune2fs()
             return 0
             ;;
         -O)
-            local -a opts=(^dir_index ^filetype ^flex_bg ^has_journal
-                ^large_file ^resize_inode ^sparse_super ^uninit_bg)
+            local -a opts=(^dir_index ^dir_nlink ^extent ^extra_isize ^filetype
+                ^flex_bg ^has_journal ^huge_file ^large_file ^resize_inode
+                ^sparse_super ^uninit_bg)
             COMPREPLY=( $( compgen -W '${opts[@]} ${opts[@]#^}' -- "$cur" ) )
             return 0
             ;;

-- 
bash-completion



More information about the Bash-completion-commits mailing list