diff options
author | 2002-02-16 14:53:37 +0000 | |
---|---|---|
committer | 2002-02-16 14:53:37 +0000 | |
commit | 0bccf31050c83b092a140d42179b2e22e69d9df8 (patch) | |
tree | 96997829f13bef2fbfc2105c41e10ffb5e41889f | |
parent | sysvshm (diff) | |
download | wireguard-openbsd-0bccf31050c83b092a140d42179b2e22e69d9df8.tar.xz wireguard-openbsd-0bccf31050c83b092a140d42179b2e22e69d9df8.zip |
-t required now for key generation
-rw-r--r-- | usr.bin/ssh/ssh-keygen.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-keygen.1 b/usr.bin/ssh/ssh-keygen.1 index afecb2f07a5..6ad94e6eb95 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.52 2001/12/21 08:52:22 djm Exp $ +.\" $OpenBSD: ssh-keygen.1,v 1.53 2002/02/16 14:53:37 stevesk Exp $ .\" .\" -*- nroff -*- .\" @@ -47,7 +47,7 @@ .Nm ssh-keygen .Op Fl q .Op Fl b Ar bits -.Op Fl t Ar type +.Fl t Ar type .Op Fl N Ar new_passphrase .Op Fl C Ar comment .Op Fl f Ar output_keyfile |