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 cb48b2f9d..5549376fd 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.57 2001/04/22 13:25:37 markus Exp $"); 15RCSID("$OpenBSD: ssh-keygen.c,v 1.58 2001/04/22 13:41:02 markus Exp $");
16 16
17#include <openssl/evp.h> 17#include <openssl/evp.h>
18#include <openssl/pem.h> 18#include <openssl/pem.h>
@@ -628,7 +628,7 @@ do_change_comment(struct passwd *pw)
628void 628void
629usage(void) 629usage(void)
630{ 630{
631 printf("Usage: %s [-lBpqxiec] [-t type] [-b bits] [-f file] [-C comment] " 631 printf("Usage: %s [-ceilpqyB] [-t type] [-b bits] [-f file] [-C comment] "
632 "[-N new-pass] [-P pass]\n", __progname); 632 "[-N new-pass] [-P pass]\n", __progname);
633 exit(1); 633 exit(1);
634} 634}