summaryrefslogtreecommitdiffstats
path: root/Completion/Unix/Command/_sysctl
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Unix/Command/_sysctl')
-rw-r--r--Completion/Unix/Command/_sysctl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/Unix/Command/_sysctl b/Completion/Unix/Command/_sysctl
index 02fe15a4f..d156f7778 100644
--- a/Completion/Unix/Command/_sysctl
+++ b/Completion/Unix/Command/_sysctl
@@ -39,8 +39,8 @@ case $OSTYPE in
freebsd<14->.*)
args+=(
'-F[print the format of the variable]'
- '-J[display only jail prison sysctl variables]'
- '-j[perform the actions inside the specified jail]:jail id or name:'
+ '-J[display only jail sysctl variables]'
+ '-j+[perform the actions inside the specified jail]: :_jails'
'(-N)-l[show the length of variables along with their values]'
'-V[display only VNET sysctl variables]'
)