Add import-rpms to bash-completion
authorJames Bowes <jbowes@redhat.com>
Thu, 26 Jun 2008 22:39:37 +0000 (18:39 -0400)
committerJames Bowes <jbowes@redhat.com>
Thu, 26 Jun 2008 22:39:37 +0000 (18:39 -0400)
data/razor.sh

index 402ef0d..3d578b3 100644 (file)
@@ -1,6 +1,6 @@
 __razor_commands () {
     local IFS=$'\n'
-    COMPREPLY=($(IFS=: compgen -S' ' -W "info:list-requires:list-provides:list-files:list-file-packages:list-package-files:what-requires:what-provides:import-yum:import-rpmdb:validate:update:diff:install:init:download" -- $1))
+    COMPREPLY=($(IFS=: compgen -S' ' -W "info:list-requires:list-provides:list-files:list-file-packages:list-package-files:what-requires:what-provides:import-yum:import-rpmdb:import-rpms:validate:update:diff:install:init:download" -- $1))
 }
 
 __razor_packages () {