Skip to content

Commit

Permalink
zsh-completion: complete jails for -j's argument
Browse files Browse the repository at this point in the history
  • Loading branch information
llua authored and bapt committed Jun 6, 2015
1 parent 9c33963 commit 396b25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/completion/_pkg.in
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ _pkg() {
local subcmd_list cmd
earlyargs=(
'-d[Increment debug level]'
'-j[Execute pkg(8) inside a jail(8)]:jail:'
'-j[Execute pkg(8) inside a jail(8)]:jail:_jails'
'-c[Execute pkg(8) inside a chroot(8)]:chroot:_files -/'
'-C[Use the specified configuration file]'
'-l[List available command and exit]'
Expand Down

0 comments on commit 396b25e

Please sign in to comment.