summaryrefslogtreecommitdiff
path: root/ssh-keygen.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-10-18 16:05:38 +1100
committerDamien Miller <djm@mindrot.org>2011-10-18 16:05:38 +1100
commit927d82bc6a58b112e0a12f9ad12802c7637adef3 (patch)
tree5f8e7de5afd62749d0774631c5d5db886fa84c10 /ssh-keygen.c
parent390d0561fccfba5e2e97105f75b70b32aab59578 (diff)
- jmc@cvs.openbsd.org 2011/10/16 15:02:41
[ssh-keygen.c] put -K in the right place (usage());
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 bd15cccff..53b232d6e 100644
--- a/ssh-keygen.c
+++ b/ssh-keygen.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssh-keygen.c,v 1.211 2011/10/16 11:02:46 dtucker Exp $ */ 1/* $OpenBSD: ssh-keygen.c,v 1.212 2011/10/16 15:02:41 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
@@ -1881,10 +1881,10 @@ usage(void)
1881 fprintf(stderr, " -G file Generate candidates for DH-GEX moduli.\n"); 1881 fprintf(stderr, " -G file Generate candidates for DH-GEX moduli.\n");
1882 fprintf(stderr, " -g Use generic DNS resource record format.\n"); 1882 fprintf(stderr, " -g Use generic DNS resource record format.\n");
1883 fprintf(stderr, " -H Hash names in known_hosts file.\n"); 1883 fprintf(stderr, " -H Hash names in known_hosts file.\n");
1884 fprintf(stderr, " -K checkpt Write checkpoints to this file.\n");
1885 fprintf(stderr, " -h Generate host certificate instead of a user certificate.\n"); 1884 fprintf(stderr, " -h Generate host certificate instead of a user certificate.\n");
1886 fprintf(stderr, " -I key_id Key identifier to include in certificate.\n"); 1885 fprintf(stderr, " -I key_id Key identifier to include in certificate.\n");
1887 fprintf(stderr, " -i Import foreign format to OpenSSH key file.\n"); 1886 fprintf(stderr, " -i Import foreign format to OpenSSH key file.\n");
1887 fprintf(stderr, " -K checkpt Write checkpoints to this file.\n");
1888 fprintf(stderr, " -L Print the contents of a certificate.\n"); 1888 fprintf(stderr, " -L Print the contents of a certificate.\n");
1889 fprintf(stderr, " -l Show fingerprint of key file.\n"); 1889 fprintf(stderr, " -l Show fingerprint of key file.\n");
1890 fprintf(stderr, " -M memory Amount of memory (MB) to use for generating DH-GEX moduli.\n"); 1890 fprintf(stderr, " -M memory Amount of memory (MB) to use for generating DH-GEX moduli.\n");