diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-07-11 08:59:14 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-07-11 08:59:14 +0000 |
commit | 9a34ae4f57612b13681b7dce6a730780f7521a3e (patch) | |
tree | c46211b5a4f0132db29e09955de54afded4dea05 /urpmi.bash-completion | |
parent | 7d3a43d3eba667ca4291238633f87c4f98535998 (diff) | |
download | urpmi-9a34ae4f57612b13681b7dce6a730780f7521a3e.tar urpmi-9a34ae4f57612b13681b7dce6a730780f7521a3e.tar.gz urpmi-9a34ae4f57612b13681b7dce6a730780f7521a3e.tar.bz2 urpmi-9a34ae4f57612b13681b7dce6a730780f7521a3e.tar.xz urpmi-9a34ae4f57612b13681b7dce6a730780f7521a3e.zip |
- urpme
o add --justdb
Diffstat (limited to 'urpmi.bash-completion')
-rw-r--r-- | urpmi.bash-completion | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/urpmi.bash-completion b/urpmi.bash-completion index 7d25a428..752606e7 100644 --- a/urpmi.bash-completion +++ b/urpmi.bash-completion @@ -189,7 +189,7 @@ _urpme() if [[ "$cur" == -* ]]; then # return list of available options COMPREPLY=( $( compgen -W "$common_options -a --auto --test \ - --auto-orphans --parallel --noscripts" -- $cur ) ) + --auto-orphans --parallel --justdb --noscripts" -- $cur ) ) else # return list of available packages _rpm_installed_packages |