X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FTCP_echod.c;h=576c47f2069ac3d03bcd2b177af409d20f9c9bdb;hp=d75fd1febc6000fdec5c3dba2cd13a5b0e2755ab;hb=12b230ea57ff3a54a12d4e2226e3901a2345fb63;hpb=1819cf252941f57e22a4836315c1399626d04bd5 diff --git a/sources/TCP_echod.c b/sources/TCP_echod.c index d75fd1f..576c47f 100644 --- a/sources/TCP_echod.c +++ b/sources/TCP_echod.c @@ -26,7 +26,7 @@ * * Usage: echod -h give all info * - * $Id: TCP_echod.c,v 1.6 2003/06/19 13:29:03 piccardi Exp $ + * $Id: TCP_echod.c,v 1.7 2003/06/19 14:18:27 piccardi Exp $ * ****************************************************************/ /* @@ -183,8 +183,9 @@ void usage(void) { printf("Usage:\n"); printf(" echod [-h] \n"); printf(" -h print this help\n"); - printf(" -d print debug info\n"); + printf(" -d write debug info\n"); printf(" -i use interactively\n"); + printf(" -w N wait N sec. before calling accept\n"); exit(1); } /*