diff options
author | Olivier Blin <oblin@mandriva.org> | 2004-05-04 02:12:53 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2004-05-04 02:12:53 +0000 |
commit | deb59a8624bef02529b38a346f8edbdd303cc570 (patch) | |
tree | 276b1de6e39f83a110c68381a2b0e0301098187e /urpmi.bash-completion | |
parent | 19cd3f3fd8a2fd68dc3aa04bfdc270cb98148634 (diff) | |
download | urpmi-deb59a8624bef02529b38a346f8edbdd303cc570.tar urpmi-deb59a8624bef02529b38a346f8edbdd303cc570.tar.gz urpmi-deb59a8624bef02529b38a346f8edbdd303cc570.tar.bz2 urpmi-deb59a8624bef02529b38a346f8edbdd303cc570.tar.xz urpmi-deb59a8624bef02529b38a346f8edbdd303cc570.zip |
added -l, --changelog and --list-url in urpmq bash-completion
Diffstat (limited to 'urpmi.bash-completion')
-rw-r--r-- | urpmi.bash-completion | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/urpmi.bash-completion b/urpmi.bash-completion index 3b2c463b..4b5fa171 100644 --- a/urpmi.bash-completion +++ b/urpmi.bash-completion @@ -127,11 +127,11 @@ _urpmq() if [[ "$cur" == -* ]]; then # return list of available options COMPREPLY=( $( compgen -W '-v -d -u -a -c -P -R -y -s -i -g \ - -r -f -h --help --update --media --excludemedia \ + -r -f -h -l --help --update --media --excludemedia \ --sortmedia --synthesis --auto-select --fuzzy --keep \ - --list --list-media --list-nodes --list-aliases --src \ - --headers --sources --force --parallel --wget --curl \ - --proxy --proxy-user --env ' -- $cur)) + --list --list-url --list-media --list-nodes --list-aliases \ + --src --headers --sources --force --parallel --wget --curl \ + --changelog --proxy --proxy-user --env ' -- $cur)) else # return available packages (unless it is clearly a file) and rpm files if [[ "$cur" != */* ]]; then |