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

Diff for /src/usr.bin/rcs/rcsprog.c between version 1.65 and 1.66

version 1.65, 2006/03/06 14:37:23 version 1.66, 2006/03/06 14:57:32
Line 365 
Line 365 
 rcs_usage(void)  rcs_usage(void)
 {  {
         fprintf(stderr,          fprintf(stderr,
             "usage: rcs [-hiLMTUV] [-Aoldfile] [-ausers] [-b[rev]] [-cstring]\n"              "usage: rcs [-ehIiLMqTUV] [-Aoldfile] [-ausers] [-b[rev]]\n"
             "           [-eusers] [-kmode] [-mrev:msg] [-xsuffixes] file ...\n");              "           [-cstring] [-e[users]] [-kmode] [-mrev:msg]\n"
               "           [-orev] [-sstate[:rev]] [-tfile|str]\n"
               "           [-xsuffixes] file ...\n");
 }  }
   
 /*  /*

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.66