Mercurial > dropbear
comparison svr-runopts.c @ 104:298098b2a61e
Default port is now set as a string
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 24 Aug 2004 04:12:08 +0000 |
parents | 72dc22f56858 |
children | 9337c9f9a607 |
comparison
equal
deleted
inserted
replaced
103:8aeac62a968f | 104:298098b2a61e |
---|---|
68 #endif | 68 #endif |
69 #ifndef DISABLE_REMOTETCPFWD | 69 #ifndef DISABLE_REMOTETCPFWD |
70 "-k Disable remote port forwarding\n" | 70 "-k Disable remote port forwarding\n" |
71 #endif | 71 #endif |
72 "-p port Listen on specified tcp port, up to %d can be specified\n" | 72 "-p port Listen on specified tcp port, up to %d can be specified\n" |
73 " (default %d if none specified)\n" | 73 " (default %s if none specified)\n" |
74 #ifdef INETD_MODE | 74 #ifdef INETD_MODE |
75 "-i Start for inetd\n" | 75 "-i Start for inetd\n" |
76 #endif | 76 #endif |
77 #ifdef DEBUG_TRACE | 77 #ifdef DEBUG_TRACE |
78 "-v verbose\n" | 78 "-v verbose\n" |