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

Diff for /src/usr.bin/cvs/admin.c between version 1.52 and 1.53

version 1.52, 2007/09/22 16:01:22 version 1.53, 2008/01/31 10:15:05
Line 34 
Line 34 
 void    cvs_admin_local(struct cvs_file *);  void    cvs_admin_local(struct cvs_file *);
   
 struct cvs_cmd cvs_cmd_admin = {  struct cvs_cmd cvs_cmd_admin = {
         CVS_OP_ADMIN, 0, "admin",          CVS_OP_ADMIN, CVS_USE_WDIR, "admin",
         { "adm", "rcs" },          { "adm", "rcs" },
         "Administrative front-end for RCS",          "Administrative front-end for RCS",
         "[-ILqU] [-A oldfile] [-a users] [-b branch]\n"          "[-ILqU] [-A oldfile] [-a users] [-b branch]\n"

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53