Skip to content

Commit

Permalink
bash-completion: add package completion for addlock (bsc#1047962)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandres committed Feb 26, 2019
1 parent 11dad3b commit 5a929d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bash-completion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ _zypper() {
remove | rm | update | up)
opts=(${opts[@]}$(echo; _installed_packages ))
;;
install | in | source-install | si | download | info | if)
install | in | source-install | si | download | info | if | addlock | al)
opts=(${opts[@]}$(echo; _available_packages ))
;;
esac
Expand Down

0 comments on commit 5a929d0

Please sign in to comment.