summaryrefslogtreecommitdiffstats
path: root/Completion/Unix/Command/_sysctl
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2025-09-25 09:28:35 +0200
committerOliver Kiddle <opk@zsh.org>2025-09-25 09:28:35 +0200
commit59247a8a6f77d7a903add949635bae066f7395e7 (patch)
tree3082fde9e1fc612639e2877b8b9ba159e70db2f5 /Completion/Unix/Command/_sysctl
parent53966: completion update based on nmcli 1.52.0 (diff)
downloadzsh-59247a8a6f77d7a903add949635bae066f7395e7.tar
zsh-59247a8a6f77d7a903add949635bae066f7395e7.tar.gz
zsh-59247a8a6f77d7a903add949635bae066f7395e7.tar.bz2
zsh-59247a8a6f77d7a903add949635bae066f7395e7.tar.lz
zsh-59247a8a6f77d7a903add949635bae066f7395e7.tar.xz
zsh-59247a8a6f77d7a903add949635bae066f7395e7.tar.zst
zsh-59247a8a6f77d7a903add949635bae066f7395e7.zip
53967: update completions affected by FreeBSD 14.3
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]'
)