summaryrefslogtreecommitdiff
path: root/ssh-keygen.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-keygen.c')
-rw-r--r--ssh-keygen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh-keygen.c b/ssh-keygen.c
index 086b8ad4c..7d04dd6c1 100644
--- a/ssh-keygen.c
+++ b/ssh-keygen.c
@@ -12,7 +12,7 @@
12 */ 12 */
13 13
14#include "includes.h" 14#include "includes.h"
15RCSID("$OpenBSD: ssh-keygen.c,v 1.50 2001/03/12 22:02:02 markus Exp $"); 15RCSID("$OpenBSD: ssh-keygen.c,v 1.51 2001/03/21 14:20:45 jakob Exp $");
16 16
17#include <openssl/evp.h> 17#include <openssl/evp.h>
18#include <openssl/pem.h> 18#include <openssl/pem.h>
@@ -616,7 +616,7 @@ do_change_comment(struct passwd *pw)
616void 616void
617usage(void) 617usage(void)
618{ 618{
619 printf("Usage: %s [-lpqxXyc] [-t type] [-b bits] [-f file] [-C comment] " 619 printf("Usage: %s [-lBpqxXyc] [-t type] [-b bits] [-f file] [-C comment] "
620 "[-N new-pass] [-P pass]\n", __progname); 620 "[-N new-pass] [-P pass]\n", __progname);
621 exit(1); 621 exit(1);
622} 622}