about summary refs log tree commit diff
path: root/Completion/Unix/Command/_id
diff options
context:
space:
mode:
authorMatthew Martin <phy1729@gmail.com>2018-01-20 22:38:41 -0600
committerOliver Kiddle <opk@zsh.org>2018-01-23 11:02:56 +0100
commitb5572f9037b89d477d86b6357b7847a978d3922a (patch)
tree41ed926211c8083dcf46b5c2f955cb5950f32969 /Completion/Unix/Command/_id
parent12704997a379bb626886e42b8bd2ddac0f367b97 (diff)
downloadzsh-b5572f9037b89d477d86b6357b7847a978d3922a.tar.gz
zsh-b5572f9037b89d477d86b6357b7847a978d3922a.tar.xz
zsh-b5572f9037b89d477d86b6357b7847a978d3922a.zip
42309: A few small updates for OpenBSD
Diffstat (limited to 'Completion/Unix/Command/_id')
-rw-r--r--Completion/Unix/Command/_id6
1 files changed, 5 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_id b/Completion/Unix/Command/_id
index 95580ba76..a0a03faad 100644
--- a/Completion/Unix/Command/_id
+++ b/Completion/Unix/Command/_id
@@ -32,7 +32,11 @@ else
       )
     ;;
     openbsd*)
-      args+=( '(-)-R[display the routing table of the current process]' )
+      args+=(
+        '(-)-c[display the login class]'
+        '(-)-p[make the output human readable]'
+        '(-)-R[display the routing table of the current process]'
+      )
     ;;
     darwin*|dragonfly*|freebsd*)
       args+=( '(-)-P[print id in the form of a password file entry]' )