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

Diff for /src/usr.bin/rcs/ci.c between version 1.36 and 1.37

version 1.36, 2005/10/16 11:40:56 version 1.37, 2005/10/16 14:10:57
Line 88 
Line 88 
         interactive = 1;          interactive = 1;
   
   
         while ((ch = rcs_getopt(argc, argv, "f::j:l::M:N:qu::d::r::m:k:Vw:")) != -1) {          while ((ch = rcs_getopt(argc, argv, "d::f::j:k:l::m:M:N:qr::u::Vw:")) != -1) {
                 switch (ch) {                  switch (ch) {
                 case 'd':                  case 'd':
                         if (rcs_optarg == NULL)                          if (rcs_optarg == NULL)

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