diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-01-11 08:36:14 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-01-11 08:36:14 +0000 |
commit | 2047e73bd5393eef883f3bb828e9d63bc1292ac9 (patch) | |
tree | 637f72b14407124b810646e5cfbb54f45c94dd23 | |
parent | 60c79661e2acde47e618b26c03d4fb0a26ca6bcf (diff) | |
download | urpmi-2047e73bd5393eef883f3bb828e9d63bc1292ac9.tar urpmi-2047e73bd5393eef883f3bb828e9d63bc1292ac9.tar.gz urpmi-2047e73bd5393eef883f3bb828e9d63bc1292ac9.tar.bz2 urpmi-2047e73bd5393eef883f3bb828e9d63bc1292ac9.tar.xz urpmi-2047e73bd5393eef883f3bb828e9d63bc1292ac9.zip |
- add --nokeep for urpmi
- add --probe-rpms for urpmi.addmedia
-rw-r--r-- | urpmi.bash-completion | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/urpmi.bash-completion b/urpmi.bash-completion index 57217220..e3f3229c 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' \ + --auto-update --keep --nokeep --verify-rpm' \ -- $cur ) ) fi else @@ -163,7 +163,7 @@ _urpmq() # return list of available options COMPREPLY=( $( compgen -W '-v -d -u -a -c -P -R -y -s -i -g \ -r -f -h -l --help --update --media --excludemedia \ - --sortmedia --synthesis --auto-select --fuzzy --keep \ + --sortmedia --synthesis --auto-select --fuzzy --keep --nokeep \ --list --list-url --list-media --list-nodes --list-aliases \ --src --sources --force --parallel --wget --curl --prozilla \ --changelog --proxy --proxy-user --env --dump-config \ @@ -274,7 +274,7 @@ _urpmi_addmedia() # return list of available options COMPREPLY=( $( compgen -W '-c -f -h -v -q --help --wget --curl --prozilla \ --limit-rate --proxy --proxy-user --update --raw \ - --probe-synthesis --probe-hdlist --no-probe --distrib \ + --probe-synthesis --probe-hdlist --probe-rpms --no-probe --distrib \ --env --version --arch --virtual --norebuild --nopubkey' -- $cur ) ) else # count number of mandatory args given sofar |