diff options
Diffstat (limited to 'shell/bash-completion')
-rw-r--r-- | shell/bash-completion | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/bash-completion b/shell/bash-completion index b59be7e..41708c3 100644 --- a/shell/bash-completion +++ b/shell/bash-completion @@ -16,7 +16,7 @@ _asp() { local -A verbs=( [ALL_PACKAGES]='checkout difflog export list-arches list-repos log shortlog' [LOCAL_PACKAGES]='untrack update' - [NONE]='disk-usage gc help list-all' + [NONE]='disk-usage gc help list-all list-local' ) # flags |