[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 2.0-17-g3aa040d

Igor Murzov e-mail at date.by
Sun Jul 22 12:44:38 UTC 2012


The following commit has been merged in the master branch:
commit 3ea1597d3c6c926553b850caad75527a08412eb1
Author: Igor Murzov <e-mail at date.by>
Date:   Sun Jul 22 16:21:53 2012 +0400

    mount.linux: Add some new mount options intoduced in Linux 3.5
    
    See: http://kernelnewbies.org/Linux_3.5

diff --git a/completions/mount.linux b/completions/mount.linux
index 20a3d6a..9d58735 100644
--- a/completions/mount.linux
+++ b/completions/mount.linux
@@ -100,7 +100,7 @@ _mount()
                     ip= domain= guest iocharset ro rw {,no}setuids {,no,dyn}perm
                     directio {,no}mapchars {,no}intr hard soft noacl nocase sec=
                     nobrl sfu {,no}serverino nounix nouser_xattr {r,w}size=
-                    rwpidforward backup{u,g}id' -- "$cur") )
+                    rwpidforward backup{u,g}id cache=' -- "$cur") )
                 ;;&
             ext[2-4]|auto)
                 COMPREPLY+=( $(compgen -W '{,no}acl bsddf minixdf check= debug
@@ -135,7 +135,7 @@ _mount()
                     iocharset= utf8' -- "$cur") )
                 ;;&
             jffs2|auto)
-                COMPREPLY+=( $(compgen -W 'compr=' -- "$cur") )
+                COMPREPLY+=( $(compgen -W 'compr= rp_size=' -- "$cur") )
                 ;;&
             jfs|auto)
                 COMPREPLY+=( $(compgen -W 'iocharset= resize= {,no}integrity

-- 
bash-completion



More information about the Bash-completion-commits mailing list