[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.56 and 1.57

version 1.56, 2008/03/09 01:54:03 version 1.57, 2008/03/09 03:14:52
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, CVS_USE_WDIR, "admin",          CVS_OP_ADMIN, CVS_USE_WDIR | CVS_LOCK_REPO, "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.56  
changed lines
  Added in v.1.57