[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 2.0-121-g452e938

Ville Skyttä ville.skytta at iki.fi
Sat Feb 2 19:04:26 UTC 2013


The following commit has been merged in the master branch:
commit 23a049a801a6ce2c86e343710cc0245e003df0cb
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sat Feb 2 20:15:25 2013 +0200

    vipw: Add -R/--root arg completion.

diff --git a/completions/vipw b/completions/vipw
index 4205cee..c71c6bb 100644
--- a/completions/vipw
+++ b/completions/vipw
@@ -9,6 +9,10 @@ _vipw()
         -h|--help)
             return 0
             ;;
+        -R|--root)
+            _filedir -d
+            return 0
+            ;;
     esac
 
     if [[ "$cur" == -* ]]; then

-- 
bash-completion



More information about the Bash-completion-commits mailing list