The following commit has been merged in the master branch:
commit 86d0395fc5efbeef9aad8cc27e84270f7c59faa1
Author: Jan Kratochvil <[email protected]>
Date:   Thu Dec 1 21:19:54 2011 +0200

    rpm: Treat -r as --root (RedHat: #759224).

diff --git a/completions/rpm b/completions/rpm
index 7a19d81..b7b59e0 100644
--- a/completions/rpm
+++ b/completions/rpm
@@ -67,7 +67,7 @@ _rpm()
     fi
 
     case $prev in
-        --dbpath|--excludepath|--prefix|--relocate|--root)
+        --dbpath|--excludepath|--prefix|--relocate|--root|-r)
             _filedir -d
             return 0
             ;;

-- 
bash-completion

_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/bash-completion-commits

Reply via email to