From b5572f9037b89d477d86b6357b7847a978d3922a Mon Sep 17 00:00:00 2001 From: Matthew Martin Date: Sat, 20 Jan 2018 22:38:41 -0600 Subject: 42309: A few small updates for OpenBSD --- Completion/Unix/Command/_id | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_id') 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]' ) -- cgit 1.4.1