Skip to content

Commit e48d62e

Browse files
committed
Fix completion on pkg info -l
Reported by: amdmi3
1 parent 89e4aa3 commit e48d62e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/completion/_pkg.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ _pkg() {
125125
'which[display which package installed a specific file]'
126126
)
127127

128-
_arguments -C \
128+
_arguments -A -* -C \
129129
'(-d --debug)'{-d,--debug}'[increment debug level]' \
130130
'(-j --jail)'{-j,--jail}'[execute pkg(8) inside a jail(8)]:jail:_jails' \
131131
'(-c --chroot)'{-c,--chroot}'[execute pkg(8) inside a chroot(8)]:chroot:_files -/' \

0 commit comments

Comments
 (0)