mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-27 20:42:07 +00:00
- jmc@cvs.openbsd.org 2012/07/06 06:38:03
[ssh-keygen.c] missing full stop in usage();
This commit is contained in:
parent
d809a4bc28
commit
709a1e90d9
@ -1,3 +1,9 @@
|
||||
20120731
|
||||
- (djm) OpenBSD CVS Sync
|
||||
- jmc@cvs.openbsd.org 2012/07/06 06:38:03
|
||||
[ssh-keygen.c]
|
||||
missing full stop in usage();
|
||||
|
||||
20120720
|
||||
- (dtucker) Import regened moduli file.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $OpenBSD: ssh-keygen.c,v 1.215 2012/07/06 00:41:59 dtucker Exp $ */
|
||||
/* $OpenBSD: ssh-keygen.c,v 1.216 2012/07/06 06:38:03 jmc Exp $ */
|
||||
/*
|
||||
* Author: Tatu Ylonen <ylo@cs.hut.fi>
|
||||
* Copyright (c) 1994 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
||||
@ -1889,7 +1889,7 @@ usage(void)
|
||||
fprintf(stderr, " -h Generate host certificate instead of a user certificate.\n");
|
||||
fprintf(stderr, " -I key_id Key identifier to include in certificate.\n");
|
||||
fprintf(stderr, " -i Import foreign format to OpenSSH key file.\n");
|
||||
fprintf(stderr, " -J number Screen this number of moduli lines\n");
|
||||
fprintf(stderr, " -J number Screen this number of moduli lines.\n");
|
||||
fprintf(stderr, " -j number Start screening moduli at specified line.\n");
|
||||
fprintf(stderr, " -K checkpt Write checkpoints to this file.\n");
|
||||
fprintf(stderr, " -L Print the contents of a certificate.\n");
|
||||
|
Loading…
Reference in New Issue
Block a user