The unified diff between revisions [7f568ec9..] and [83d9a25e..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'dropbearconvert.c'
#
#
# patch "dropbearconvert.c"
# from [fb68dcff6c7e4b0e60bbb251390826e4da407b3b]
# to [c0d830b8b0cf134ffcf13d11a69cf7b2bc92ef0c]
#
============================================================
--- dropbearconvert.c fb68dcff6c7e4b0e60bbb251390826e4da407b3b
+++ dropbearconvert.c c0d830b8b0cf134ffcf13d11a69cf7b2bc92ef0c
@@ -47,10 +47,8 @@ static void printhelp(char * progname) {
"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)