diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-01-18 08:39:05 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-01-18 08:39:05 +0000 |
commit | f242d92a495e2fd43920f92d919deaa0bc5ff537 (patch) | |
tree | 6ff1ad83f67f225ec166d41ffe3ed7c0d6763c47 | |
parent | 939a199ec0073f8a2f507eaefd9b673263cac76a (diff) |
add -Q to the options list; ok djm
-rw-r--r-- | usr.bin/ssh/ssh-keygen.1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/ssh/ssh-keygen.1 b/usr.bin/ssh/ssh-keygen.1 index ac97678d300..ca0ab3537c8 100644 --- a/usr.bin/ssh/ssh-keygen.1 +++ b/usr.bin/ssh/ssh-keygen.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ssh-keygen.1,v 1.112 2013/01/18 07:57:47 jmc Exp $ +.\" $OpenBSD: ssh-keygen.1,v 1.113 2013/01/18 08:39:04 jmc Exp $ .\" .\" Author: Tatu Ylonen <ylo@cs.hut.fi> .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -455,6 +455,8 @@ creating a new private key. The program will prompt for the file containing the private key, for the old passphrase, and twice for the new passphrase. +.It Fl Q +Test whether keys have been revoked in a KRL. .It Fl q Silence .Nm ssh-keygen . |