[BACK]Return to main.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mail

Diff for /src/usr.bin/mail/main.c between version 1.18 and 1.19

version 1.18, 2003/06/03 02:56:11 version 1.19, 2004/04/19 10:17:18
Line 290 
Line 290 
 usage(void)  usage(void)
 {  {
   
         fprintf(stderr, "usage: %s [-iInv] [-s subject] [-c cc-addr] "          fprintf(stderr, "usage: %s [-Iinv] [-b list] [-c list] "
             "[-b bcc-addr] to-addr ...\n", __progname);              "[-s subject] to-addr [...]\n", __progname);
         fprintf(stderr, "       %*s [- sendmail-options ...]\n",          fprintf(stderr, "       %*s [-sendmail-options [...]]\n",
             (int)strlen(__progname), "");              (int)strlen(__progname), "");
         fprintf(stderr, "       %s [-iInNv] -f [name]\n", __progname);          fprintf(stderr, "       %s [-IiNnv] -f [name]\n", __progname);
         fprintf(stderr, "       %s [-iInNv] [-u user]\n", __progname);          fprintf(stderr, "       %s [-IiNnv] [-u user]\n", __progname);
         exit(1);          exit(1);
 }  }

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19