Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
zsh-completion: complete jails for -j's argument
Eric Cook committed 10 years ago
commit 396b25efb60babe712acb6fdece2dcc212d6cdf2
parent 9c33963dfa69191ce93167f7a46b0276333678b8
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]'