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

Diff for /src/usr.bin/tcfs/Attic/tcfsrmgroup.c between version 1.7 and 1.8

version 1.7, 2000/06/19 23:06:25 version 1.8, 2000/06/20 06:45:16
Line 53 
Line 53 
                         have_gid = TRUE;                          have_gid = TRUE;
                         break;                          break;
                 case 'h':                  case 'h':
                         show_usage(rmgroup_usage, argv[0]);                          printf(rmgroup_usage, argv[0]);
                         exit(OK);                          exit(OK);
                 case 'v':                  case 'v':
                         be_verbose = TRUE;                          be_verbose = TRUE;

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8