index : asp32 | |
Archlinux32 fork of asp - obsolete | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | shell/bash-completion | 2 |
diff --git a/shell/bash-completion b/shell/bash-completion index 41708c3..cdd7f92 100644 --- a/shell/bash-completion +++ b/shell/bash-completion @@ -14,7 +14,7 @@ _asp() { # top level commands local -A verbs=( - [ALL_PACKAGES]='checkout difflog export list-arches list-repos log shortlog' + [ALL_PACKAGES]='checkout difflog export list-arches list-repos log shortlog show' [LOCAL_PACKAGES]='untrack update' [NONE]='disk-usage gc help list-all list-local' ) |