[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.37 and 1.38

version 1.37, 2005/11/03 17:54:34 version 1.38, 2005/11/04 08:19:42
Line 258 
Line 258 
 rcs_usage(void)  rcs_usage(void)
 {  {
         fprintf(stderr,          fprintf(stderr,
             "usage: rcs [-hiLMUV] [-a users] [-b [rev]] [-c string]\n"              "usage: rcs [-hiLMUV] [-ausers] [-b[rev]] [-cstring]\n"
             "           [-e users] [-k opt] [-m rev:log] file ...\n");              "           [-eusers] [-kmode] [-mrev:log] file ...\n");
 }  }
   
 /*  /*

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38