=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tcfs/Attic/tcfsrmgroup.c,v retrieving revision 1.7 retrieving revision 1.8 diff -c -r1.7 -r1.8 *** src/usr.bin/tcfs/Attic/tcfsrmgroup.c 2000/06/19 23:06:25 1.7 --- src/usr.bin/tcfs/Attic/tcfsrmgroup.c 2000/06/20 06:45:16 1.8 *************** *** 1,4 **** ! /* $OpenBSD: tcfsrmgroup.c,v 1.7 2000/06/19 23:06:25 aaron Exp $ */ /* * Transparent Cryptographic File System (TCFS) for NetBSD --- 1,4 ---- ! /* $OpenBSD: tcfsrmgroup.c,v 1.8 2000/06/20 06:45:16 fgsch Exp $ */ /* * Transparent Cryptographic File System (TCFS) for NetBSD *************** *** 53,59 **** have_gid = TRUE; break; case 'h': ! show_usage(rmgroup_usage, argv[0]); exit(OK); case 'v': be_verbose = TRUE; --- 53,59 ---- have_gid = TRUE; break; case 'h': ! printf(rmgroup_usage, argv[0]); exit(OK); case 'v': be_verbose = TRUE;