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

Diff for /src/usr.bin/rdist/rdist.c between version 1.31 and 1.32

version 1.31, 2017/07/09 14:04:50 version 1.32, 2021/06/22 20:19:28
Line 337 
Line 337 
         extern char *__progname;          extern char *__progname;
   
         (void) fprintf(stderr,          (void) fprintf(stderr,
                 "usage: %s [-DFnV] [-A num] [-a num] "                  "usage: %s [-DFnV] [-A num] [-a num] [-c mini_distfile]"
                 "[-c mini_distfile]\n"                  " [-d var=value]\n"
                 "\t[-d var=value] [-f distfile] [-L remote_logopts] "                  "\t[-f distfile] [-L remote_logopts] [-l local_logopts]"
                 "[-l local_logopts]\n"                  " [-M maxproc]\n"
                 "\t[-M maxproc] [-m host] [-o distopts] [-P rsh-path] "                  "\t[-m host] [-o distopts] [-P rsh-path] [-p rdistd-path]"
                 "[-p rdistd-path]\n"                  " [-t timeout]\n"
                 "\t[-t timeout] [name ...]\n", __progname);                  "\t[name ...]\n", __progname);
   
   
         (void) fprintf(stderr, "\nThe values for <distopts> are:\n\t%s\n",  
                        getdistoptlist());  
   
         msgprusage();  
   
         exit(1);          exit(1);
 }  }

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32