summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Bowes <jbowes@redhat.com>2008-06-26 18:39:37 -0400
committerJames Bowes <jbowes@redhat.com>2008-06-26 18:39:37 -0400
commit534165157b2e93bf01d1353f8d5e25ac96fda7ef (patch)
treefb3482c558550babc308dd9788ae8fa87c164a02
parent145002da7ffa173c14c6560e6ee26e6487554008 (diff)
Add import-rpms to bash-completion
-rw-r--r--data/razor.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/razor.sh b/data/razor.sh
index 402ef0d..3d578b3 100644
--- a/data/razor.sh
+++ b/data/razor.sh
@@ -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 () {