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

Diff for /src/usr.bin/cvs/remove.c between version 1.47 and 1.48

version 1.47, 2006/05/29 05:52:42 version 1.48, 2006/05/29 08:19:09
Line 49 
Line 49 
         struct cvs_recursion cr;          struct cvs_recursion cr;
   
         flags = CR_RECURSE_DIRS;          flags = CR_RECURSE_DIRS;
         while ((ch = getopt(argc, argv, cvs_cmd_commit.cmd_opts)) != -1) {          while ((ch = getopt(argc, argv, cvs_cmd_remove.cmd_opts)) != -1) {
                 switch (ch) {                  switch (ch) {
                 case 'f':                  case 'f':
                         force_remove = 1;                          force_remove = 1;
Line 60 
Line 60 
                 case 'R':                  case 'R':
                         break;                          break;
                 default:                  default:
                         fatal("%s", cvs_cmd_commit.cmd_synopsis);                          fatal("%s", cvs_cmd_remove.cmd_synopsis);
                 }                  }
         }          }
   

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48