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

Diff for /src/usr.bin/tcfs/Attic/tcfsaddgroup.c between version 1.9 and 1.10

version 1.9, 2000/06/19 23:06:25 version 1.10, 2000/06/20 06:45:16
Line 204 
Line 204 
                         have_threshold = TRUE;                          have_threshold = TRUE;
                         break;                          break;
                 case 'h':                  case 'h':
                         show_usage(addgroup_usage, argv[0]);                          printf(addgroup_usage, argv[0]);
                         exit(OK);                          exit(OK);
                 case 'v':                  case 'v':
                         be_verbose = TRUE;                          be_verbose = TRUE;

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10