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

Diff for /src/usr.bin/cvs/checkout.c between version 1.97 and 1.98

version 1.97, 2007/07/03 13:22:42 version 1.98, 2007/07/18 08:17:27
Line 108 
Line 108 
                         break;                          break;
                 case 'R':                  case 'R':
                         break;                          break;
                   case 'r':
                           cvs_specified_tag = optarg;
                           break;
                 default:                  default:
                         fatal("%s", cvs_cmd_export.cmd_synopsis);                          fatal("%s", cvs_cmd_export.cmd_synopsis);
                 }                  }

Legend:
Removed from v.1.97  
changed lines
  Added in v.1.98