diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-02-25 14:19:36 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-02-25 14:19:36 +0000 |
commit | c0235444db86ad87bf1f7ed404bb85df19c3e760 (patch) | |
tree | 11e14d220e3959ae8a3867b7aaa7c7df200138ce /urpmi.bash-completion | |
parent | c11df96b1dbc3a05252951e544b2e6c84d05fcf2 (diff) | |
download | urpmi-c0235444db86ad87bf1f7ed404bb85df19c3e760.tar urpmi-c0235444db86ad87bf1f7ed404bb85df19c3e760.tar.gz urpmi-c0235444db86ad87bf1f7ed404bb85df19c3e760.tar.bz2 urpmi-c0235444db86ad87bf1f7ed404bb85df19c3e760.tar.xz urpmi-c0235444db86ad87bf1f7ed404bb85df19c3e760.zip |
- urpmq:
o add --conflicts
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 603b6b7c..41449699 100644 --- a/urpmi.bash-completion +++ b/urpmi.bash-completion @@ -138,7 +138,7 @@ _urpmq() --sortmedia --synthesis --auto-select --no-suggests --fuzzy --keep --nokeep \ --list --list-url --list-media --list-nodes --list-aliases \ --src --sources --provides --requires --summary --sourcerpm --force --parallel --wget --curl --prozilla \ - --changelog --proxy --proxy-user --env --dump-config \ + --changelog --conflicts --proxy --proxy-user --env --dump-config \ --whatprovides --whatrequires --whatrequires-recursive \ --skip --prefer \ --use-distrib --searchmedia --ignorearch" -- $cur)) |