From: short <> Date: Wed, 10 Aug 2005 02:28:39 +0000 (+0000) Subject: Fixed mostly harmless stray '\'. X-Git-Url: https://git.jankratochvil.net/?p=inetdmx.git;a=commitdiff_plain;h=192c63da403f7633394265411dc1b246fecace9f;ds=sidebyside Fixed mostly harmless stray '\'. --- diff --git a/inetdmx.c b/inetdmx.c index 9e4ef8f..0c5d89a 100644 --- a/inetdmx.c +++ b/inetdmx.c @@ -171,11 +171,11 @@ static void usage(void) fprintf(stderr,"\ Syntax: %s {-1|--start} [{-T|--start-command-timeout} ]\n\ \t[{-l|--lock} ] [-S|--syslog] [-e|--stderr]\n\ - \t\[-I|--ignore-spawned-command-output]\n\ + \t[-I|--ignore-spawned-command-output]\n\ \t{-p|--port} \n\ or %s {-0|--stop} [{-i|--idle-server-timeout} ]\n\ \t[{-l|--lock} ] [-S|--syslog] [-e|--stderr]\n\ - \t\[-I|--ignore-spawned-command-output]\n\ + \t[-I|--ignore-spawned-command-output]\n\ \t\n\ \n\ Error messages are printed to stderr by default,\n\