diff options
author | Oliver Kiddle <opk@zsh.org> | 2023-10-11 00:57:16 +0200 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2023-10-11 00:57:16 +0200 |
commit | 985952e2f616c816e24c4cf5aee70416e4f23e07 (patch) | |
tree | e37424c3fec594ba2e03217ee4915f7b1276035c /Completion/BSD/Command/_freebsd-update | |
parent | 4878c2b1307d54cbdc218ee674403c03bc1e02c1 (diff) | |
download | zsh-985952e2f616c816e24c4cf5aee70416e4f23e07.tar.gz zsh-985952e2f616c816e24c4cf5aee70416e4f23e07.zip |
52217: update completions for FreeBSD 14
Diffstat (limited to 'Completion/BSD/Command/_freebsd-update')
-rw-r--r-- | Completion/BSD/Command/_freebsd-update | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/BSD/Command/_freebsd-update b/Completion/BSD/Command/_freebsd-update index 7dd907298..af37641e4 100644 --- a/Completion/BSD/Command/_freebsd-update +++ b/Completion/BSD/Command/_freebsd-update @@ -17,6 +17,7 @@ _arguments \ '-d[store working files in workdir]:workdir:_files -/' \ '-f[read configuration options from conffile]:conf file:_files' \ '-F[force freebsd-update fetch to proceed where it normally would not]' \ + '-j[operate on specified jail]: :_jails' \ '-k[trust an RSA key with SHA256 of KEY]:RSA key' \ '-r[specify the new release]:new release' \ '-s[fetch files from the specified server or server pool]:server:_hosts' \ |