diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-01-25 07:48:39 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-01-25 07:48:39 +0000 |
commit | 83b1bad801ea033b57773e81326e7e8ca4f91272 (patch) | |
tree | 9bb12f67fa57186b2ce391e2629848d944cfbc72 /urpmi.bash-completion | |
parent | ff364968a7bee5b48cea77e57b72f5ed77da9ed5 (diff) | |
download | urpmi-83b1bad801ea033b57773e81326e7e8ca4f91272.tar urpmi-83b1bad801ea033b57773e81326e7e8ca4f91272.tar.gz urpmi-83b1bad801ea033b57773e81326e7e8ca4f91272.tar.bz2 urpmi-83b1bad801ea033b57773e81326e7e8ca4f91272.tar.xz urpmi-83b1bad801ea033b57773e81326e7e8ca4f91272.zip |
- urpmq:
o add --no-suggests
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 39578f13..84bd1072 100644 --- a/urpmi.bash-completion +++ b/urpmi.bash-completion @@ -174,7 +174,7 @@ _urpmq() # return list of available options COMPREPLY=( $( compgen -W "$common_options -d -u -m -a -c -y -s -i -g -p \ -r -f -l --update --media --excludemedia \ - --sortmedia --synthesis --auto-select --fuzzy --keep --nokeep \ + --sortmedia --synthesis --auto-select --no-suggests --fuzzy --keep --nokeep \ --list --list-url --list-media --list-nodes --list-aliases \ --src --sources --provides --summary --sourcerpm --force --parallel --wget --curl --prozilla \ --changelog --proxy --proxy-user --env --dump-config \ |