OSSP CVS Repository

ossp - Difference in ossp-pkg/lmtp2nntp/lmtp2nntp.c versions 1.52 and 1.53
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/lmtp2nntp/lmtp2nntp.c 1.52 -> 1.53

--- lmtp2nntp.c  2001/09/12 06:53:56     1.52
+++ lmtp2nntp.c  2001/09/12 07:29:23     1.53
@@ -169,17 +169,18 @@
      */
     fprintf(stderr, 
             "USAGE: %s "
-            "[-b bindaddr[:port]"
-            "[-d deliverymode]"
-            "[-g groupmode]"
-            "[-h host[:port][,host[:port], ...]]"
-            "[-m mailfrom]"
-            "[-n nodename]"
-            "[-s size]"
-            "[-l level[:logfile]]"
-            "[-v]"
-            "[-w waittime]"
-            "newsgroup [newsgroup ...]"
+            "lmtp2nntp "
+            "[-b bindaddr[:port]] "
+            "[-d deliverymode] "
+            "[-g groupmode] "
+            "[-h host[:port][,host[:port], ...]] "
+            "[-m mailfrom] "
+            "[-n nodename] "
+            "[-s size] "
+            "[-l level[:logfile]] "
+            "[-v] "
+            "[-w waittime] "
+            "newsgroup [newsgroup ...] "
             "\n",
             command);
     return;
@@ -345,7 +346,7 @@
     /* read in the arguments */
     while ((i = getopt(argc, argv, "b:d:g:h:l:m:n:s:vw:")) != -1) {
         switch (i) {
-            case 'b': /*POD [B<-b> I<bindaddr>[I<:port>] */
+            case 'b': /*POD [B<-b> I<bindaddr>[I<:port>]] */
                 /* parse host[:port] string into host and port */
                 ctx->cpBindh = strdup(optarg);
                 if ((ctx->cpBindp = strrchr(ctx->cpBindh, ':')) != NULL) {

CVSTrac 2.0.1