diff 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
line wrap: on
line diff
--- a/svr-runopts.c	Tue Aug 24 04:10:37 2004 +0000
+++ b/svr-runopts.c	Tue Aug 24 04:12:08 2004 +0000
@@ -70,7 +70,7 @@
 					"-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