Aggiunto esempio di client daytime basato su UDP.
[gapil.git] / sources / TCP_daytime.c
index 18ce8d44a7d7028bbe44788f11f266e0ac497de2..be1e3a36da27315998b24a9764c77dc9bc7ea2f8 100644 (file)
@@ -1,4 +1,4 @@
-/* ElemDaytimeTCPClient.c
+/* TCP_daytime.c
  * 
  * Copyright (C) 2001 Simone Piccardi
  * 
@@ -26,7 +26,7 @@
  *
  * Usage: daytime -h give all info's
  *
- * $Id: TCP_daytime.c,v 1.1 2003/04/28 14:13:50 piccardi Exp $ 
+ * $Id: TCP_daytime.c,v 1.5 2004/03/20 22:42:07 piccardi Exp $ 
  *
  ****************************************************************/
 /* 
@@ -121,7 +121,7 @@ void usage(void) {
     printf("Take daytime from a remote host \n");
     printf("Usage:\n");
     printf("  daytime [-h] [-v] [host in dotted decimal form] \n");
-    printf("  -v          set verbosity on\n");
+//    printf("  -v        set verbosity on\n");
     printf("  -h          print this help\n");
     exit(1);
 }