summaryrefslogtreecommitdiffstats
path: root/urpmi.bash-completion
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.com>2006-09-21 15:47:53 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.com>2006-09-21 15:47:53 +0000
commit8e1922a4447fd41b5cbd0fc1d0c0596b8808197e (patch)
tree0344ef848c2c431a8e821bf65bd2146729d9f5a6 /urpmi.bash-completion
parent7851ef7ca12a65857eb275995f1a7a0333daadad (diff)
downloadurpmi-8e1922a4447fd41b5cbd0fc1d0c0596b8808197e.tar
urpmi-8e1922a4447fd41b5cbd0fc1d0c0596b8808197e.tar.gz
urpmi-8e1922a4447fd41b5cbd0fc1d0c0596b8808197e.tar.bz2
urpmi-8e1922a4447fd41b5cbd0fc1d0c0596b8808197e.tar.xz
urpmi-8e1922a4447fd41b5cbd0fc1d0c0596b8808197e.zip
Add Prozilla support
Diffstat (limited to 'urpmi.bash-completion')
-rw-r--r--urpmi.bash-completion10
1 files changed, 5 insertions, 5 deletions
diff --git a/urpmi.bash-completion b/urpmi.bash-completion
index d6bf23e4..c79477f1 100644
--- a/urpmi.bash-completion
+++ b/urpmi.bash-completion
@@ -96,11 +96,11 @@ _urpmi()
--update --media --excludemedia --sortmedia \
--synthesis --auto --auto-select --no-uninstall \
--split-level --split-length --fuzzy --src \
- --install-src --clean --noclean --parallel --wget \
+ --install-src --clean --noclean --parallel --wget --prozilla \
--curl --limit-rate --proxy --proxy-user --bug \
--no-verify-rpm --no-install --test --excludepath \
--excludedocs --searchmedia --ignoresize --ignorearch \
- --strict-arch --wget-options --curl-options \
+ --strict-arch --wget-options --curl-options --prozilla-options \
--rsync-options --resume --retry --skip --nolock \
--more-choices' -- $cur ) )
# add dangereous option for everything else as rurpmi
@@ -165,7 +165,7 @@ _urpmq()
-r -f -h -l --help --update --media --excludemedia \
--sortmedia --synthesis --auto-select --fuzzy --keep \
--list --list-url --list-media --list-nodes --list-aliases \
- --src --sources --force --parallel --wget --curl \
+ --src --sources --force --parallel --wget --curl --prozilla \
--changelog --proxy --proxy-user --env --dump-config \
--use-distrib --searchmedia --ignorearch' -- $cur))
else
@@ -249,7 +249,7 @@ _urpmi_update()
if [[ "$cur" == -* ]]; then
# return list of available options
- COMPREPLY=( $( compgen -W '-a -c -f -q -v --help --wget \
+ COMPREPLY=( $( compgen -W '-a -c -f -q -v --help --wget --prozilla \
--curl --limit-rate --proxy --proxy-user --update \
--ignore --no-ignore \
--no-md5sum --force-key --norebuild' \
@@ -272,7 +272,7 @@ _urpmi_addmedia()
if [[ "$cur" == -* ]]; then
# return list of available options
- COMPREPLY=( $( compgen -W '-c -f -h -v -q --help --wget --curl \
+ 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 \
--env --version --arch --virtual --norebuild --nopubkey' -- $cur ) )