diff options
author | Olivier Blin <oblin@mandriva.com> | 2006-12-01 23:29:21 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2006-12-01 23:29:21 +0000 |
commit | 398ac4454a9fb14a9503b9abce0c81e8e9dfb152 (patch) | |
tree | 954d5b09706bff62c15a27fa8f4f786ab97e31fb /urpmi.bash-completion | |
parent | ded3c8414d4522eb7320beb48853b7b35c21e8ae (diff) | |
download | urpmi-398ac4454a9fb14a9503b9abce0c81e8e9dfb152.tar urpmi-398ac4454a9fb14a9503b9abce0c81e8e9dfb152.tar.gz urpmi-398ac4454a9fb14a9503b9abce0c81e8e9dfb152.tar.bz2 urpmi-398ac4454a9fb14a9503b9abce0c81e8e9dfb152.tar.xz urpmi-398ac4454a9fb14a9503b9abce0c81e8e9dfb152.zip |
--all is not available in urpmf
Diffstat (limited to 'urpmi.bash-completion')
-rw-r--r-- | urpmi.bash-completion | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/urpmi.bash-completion b/urpmi.bash-completion index a0a436fb..57217220 100644 --- a/urpmi.bash-completion +++ b/urpmi.bash-completion @@ -108,7 +108,7 @@ _urpmi() COMPREPLY=( $( compgen -W '${COMPREPLY[@]} --root \ --use-distrib --env --allow-nodeps \ --allow-force --force --noscripts \ - --auto-update --keep --verify-rpm --norebuild' \ + --auto-update --keep --verify-rpm' \ -- $cur ) ) fi else @@ -227,7 +227,7 @@ _urpmf() # return list of available options COMPREPLY=( $( compgen -W '-i -f -e -a -o -m --help --update \ --media --excludemedia --sortmedia --synthesis \ - --verbose --quiet --uniq --all --name --group --size \ + --verbose --quiet --uniq --name --group --size \ --epoch --summary --description --sourcerpm --packager\ --buildhost --url --provides --requires --files \ --conflicts --obsoletes --env ' -- $cur ) ) |