summaryrefslogtreecommitdiff
path: root/usr.bin/tcfs/tcfsrmgroup.c
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2000-06-20 06:45:17 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2000-06-20 06:45:17 +0000
commit6ff9f355ba46a2c6f0b59a527d33ffbcddcb7e8c (patch)
treee7c68cac5996bda04359d1d3c3c951771101f004 /usr.bin/tcfs/tcfsrmgroup.c
parent680a5c0bfe536beafe9ddbc02a1d47741d3cb17a (diff)
kill show_usage, it's only a printf. i'll replace this by err and friends
Diffstat (limited to 'usr.bin/tcfs/tcfsrmgroup.c')
-rw-r--r--usr.bin/tcfs/tcfsrmgroup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tcfs/tcfsrmgroup.c b/usr.bin/tcfs/tcfsrmgroup.c
index d5f869ad0e3..03ad2b0c213 100644
--- a/usr.bin/tcfs/tcfsrmgroup.c
+++ b/usr.bin/tcfs/tcfsrmgroup.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tcfsrmgroup.c,v 1.7 2000/06/19 23:06:25 aaron Exp $ */
+/* $OpenBSD: tcfsrmgroup.c,v 1.8 2000/06/20 06:45:16 fgsch Exp $ */
/*
* Transparent Cryptographic File System (TCFS) for NetBSD
@@ -53,7 +53,7 @@ rmgroup_main(int argn, char *argv[])
have_gid = TRUE;
break;
case 'h':
- show_usage(rmgroup_usage, argv[0]);
+ printf(rmgroup_usage, argv[0]);
exit(OK);
case 'v':
be_verbose = TRUE;