diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | ssh-keygen.c | 4 |
2 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,9 @@ | |||
1 | 20120731 | ||
2 | - (djm) OpenBSD CVS Sync | ||
3 | - jmc@cvs.openbsd.org 2012/07/06 06:38:03 | ||
4 | [ssh-keygen.c] | ||
5 | missing full stop in usage(); | ||
6 | |||
1 | 20120720 | 7 | 20120720 |
2 | - (dtucker) Import regened moduli file. | 8 | - (dtucker) Import regened moduli file. |
3 | 9 | ||
diff --git a/ssh-keygen.c b/ssh-keygen.c index 57679ee43..a223ddc81 100644 --- a/ssh-keygen.c +++ b/ssh-keygen.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssh-keygen.c,v 1.215 2012/07/06 00:41:59 dtucker Exp $ */ | 1 | /* $OpenBSD: ssh-keygen.c,v 1.216 2012/07/06 06:38:03 jmc Exp $ */ |
2 | /* | 2 | /* |
3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
4 | * Copyright (c) 1994 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | * Copyright (c) 1994 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
@@ -1889,7 +1889,7 @@ usage(void) | |||
1889 | fprintf(stderr, " -h Generate host certificate instead of a user certificate.\n"); | 1889 | fprintf(stderr, " -h Generate host certificate instead of a user certificate.\n"); |
1890 | fprintf(stderr, " -I key_id Key identifier to include in certificate.\n"); | 1890 | fprintf(stderr, " -I key_id Key identifier to include in certificate.\n"); |
1891 | fprintf(stderr, " -i Import foreign format to OpenSSH key file.\n"); | 1891 | fprintf(stderr, " -i Import foreign format to OpenSSH key file.\n"); |
1892 | fprintf(stderr, " -J number Screen this number of moduli lines\n"); | 1892 | fprintf(stderr, " -J number Screen this number of moduli lines.\n"); |
1893 | fprintf(stderr, " -j number Start screening moduli at specified line.\n"); | 1893 | fprintf(stderr, " -j number Start screening moduli at specified line.\n"); |
1894 | fprintf(stderr, " -K checkpt Write checkpoints to this file.\n"); | 1894 | fprintf(stderr, " -K checkpt Write checkpoints to this file.\n"); |
1895 | fprintf(stderr, " -L Print the contents of a certificate.\n"); | 1895 | fprintf(stderr, " -L Print the contents of a certificate.\n"); |