Skip to content
Snippets Groups Projects
Commit e089ee4d authored by Matt Johnston's avatar Matt Johnston
Browse files

Default port is now set as a string

--HG--
extra : convert_revision : c57157250f3c9339a1401b802b6c6e58748f4097
parent d254e019
No related merge requests found
......@@ -11,7 +11,7 @@
******************************************************************/
#ifndef DROPBEAR_PORT
#define DROPBEAR_PORT 22
#define DROPBEAR_DEFPORT "22"
#endif
/* Default hostkey paths - these can be specified on the command line */
......
......@@ -70,7 +70,7 @@ static void printhelp(const char * progname) {
"-k Disable remote port forwarding\n"
#endif
"-p port Listen on specified tcp port, up to %d can be specified\n"
" (default %d if none specified)\n"
" (default %s if none specified)\n"
#ifdef INETD_MODE
"-i Start for inetd\n"
#endif
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment