summary refs log tree commit diff
path: root/Completion/Unix/Command/_id
diff options
context:
space:
mode:
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]' )