index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> | 2018-06-19 22:33:57 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2018-08-10 12:37:20 +1000 |
commit | e4be26b7327d8378735205ebedfc9718fb6fbba1 (patch) | |
tree | ee7df1988058c3e7066f278c6486cdcc6b044623 /scripts/completion/bash_completion.in | |
parent | 4e83abaae51c82ce6571450fb3ed9e2e71175b68 (diff) |
-rw-r--r-- | scripts/completion/bash_completion.in | 2 |
diff --git a/scripts/completion/bash_completion.in b/scripts/completion/bash_completion.in index d750e12f..d99fba53 100644 --- a/scripts/completion/bash_completion.in +++ b/scripts/completion/bash_completion.in @@ -131,7 +131,7 @@ _pacman() { D|R) _pacman_pkg Qq;; F) - _arch_incomp 'l list' && _pacman_pkg Slq; + _arch_incomp 'l list' && _pacman_pkg Slq ;; Q) { _arch_incomp 'g groups' && _pacman_pkg Qg sort; } || |