summaryrefslogtreecommitdiffstats
path: root/Completion/Unix/Command/_id
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2026-05-14 22:08:17 +0200
committerOliver Kiddle <opk@zsh.org>2026-05-14 22:08:17 +0200
commitf3cd3a4608d938782bdc881272baa3949d3c37ae (patch)
tree1a2fd64fbd855bb9dead7bb21bc6f5486ef57361 /Completion/Unix/Command/_id
parent54518: util: add git merge driver zsh-merge-changelog (diff)
downloadzsh-f3cd3a4608d938782bdc881272baa3949d3c37ae.tar
zsh-f3cd3a4608d938782bdc881272baa3949d3c37ae.tar.gz
zsh-f3cd3a4608d938782bdc881272baa3949d3c37ae.tar.bz2
zsh-f3cd3a4608d938782bdc881272baa3949d3c37ae.tar.lz
zsh-f3cd3a4608d938782bdc881272baa3949d3c37ae.tar.xz
zsh-f3cd3a4608d938782bdc881272baa3949d3c37ae.tar.zst
zsh-f3cd3a4608d938782bdc881272baa3949d3c37ae.zip
54526: update completions for FreeBSD 14.4 and 15.0
Diffstat (limited to 'Completion/Unix/Command/_id')
-rw-r--r--Completion/Unix/Command/_id4
1 files changed, 3 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_id b/Completion/Unix/Command/_id
index 64b8c9b37..ce18ed719 100644
--- a/Completion/Unix/Command/_id
+++ b/Completion/Unix/Command/_id
@@ -44,8 +44,10 @@ else
freebsd*)
args+=(
'(-)-A[print process audit user ID]'
- '(-)-M[print MAC label of the current process]'
+ '(- 1)-M[print MAC label of the current process]'
'(-)-c[print current login class]'
+ '(-)-d[print home directory]'
+ '(-)-s[print shell]'
)
;|
darwin*|dragonfly*|freebsd*|netbsd*|openbsd*)