Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
zsh-completion: complete jails for -j's argument
Eric Cook committed 10 years ago
commit 396b25efb60babe712acb6fdece2dcc212d6cdf2
parent 9c33963
1 file changed +1 -1
modified scripts/completion/_pkg.in
@@ -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]'