Mercurial > dropbear
diff dropbearconvert.c @ 87:680a0bc9df0a
Some small fixes for unused vars, and old messages
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 17 Aug 2004 11:14:13 +0000 |
parents | 0bf5cebe622c |
children | c85c88500ea6 |
line wrap: on
line diff
--- a/dropbearconvert.c Tue Aug 17 10:40:31 2004 +0000 +++ b/dropbearconvert.c Tue Aug 17 11:14:13 2004 +0000 @@ -47,10 +47,8 @@ "dropbear\n" "\n" "Example:\n" - "dropbearconvert openssh dropbear /etc/ssh/ssh_host_rsa_key /etc/dropbear_rsa_host_key\n" - "\n" - "The inputfile and outputfile can be '-' to specify\n" - "standard input or standard output.\n", progname); + "dropbearconvert openssh dropbear /etc/ssh/ssh_host_rsa_key /etc/dropbear_rsa_host_key\n", + progname); } #if defined(DBMULTI_dropbearconvert) || !defined(DROPBEAR_MULTI)