diff options
author | Matt Johnston <matt@ucc.asn.au> | 2004-08-14 17:35:28 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2004-08-14 17:35:28 +0000 |
commit | 403c18a30092921f008d55a6d22995c854bce0f3 (patch) | |
tree | 2a0f109cb198a4640561b4ff39d1057b45662c9a /dropbearconvert.c | |
parent | 85748aec156efbaacd2d30d3a3243d2b34f11d8a (diff) |
Dropbearkey can now print out pubkey portions
--HG--
extra : convert_revision : 2d897b12ba8710efe0b042b36b1fd31b2469eb15
Diffstat (limited to 'dropbearconvert.c')
-rw-r--r-- | dropbearconvert.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dropbearconvert.c b/dropbearconvert.c index 3ceccff..e0d4baf 100644 --- a/dropbearconvert.c +++ b/dropbearconvert.c @@ -49,7 +49,7 @@ static void printhelp(char * progname) { "Example:\n" "dropbearconvert openssh dropbear /etc/ssh/ssh_host_rsa_key /etc/dropbear_rsa_host_key\n" "\n" - "The inputfile and output file can be '-' to specify\n" + "The inputfile and outputfile can be '-' to specify\n" "standard input or standard output.\n", progname); } |