summaryrefslogtreecommitdiff
path: root/usr.bin/tcfs/tcfsputkey.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-01-23 18:18:47 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-01-23 18:18:47 +0000
commit490fded0f62a5e7b7bd37c8c0ee4fe113fa15093 (patch)
treec8817b0091654e7f786b9c4b62f3cb80307cb12d /usr.bin/tcfs/tcfsputkey.c
parent801de43f9d29447b81f022194690d0e2381a399e (diff)
fix spelling; ca+OpenBSD@zardoc.endmail.org
Diffstat (limited to 'usr.bin/tcfs/tcfsputkey.c')
-rw-r--r--usr.bin/tcfs/tcfsputkey.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tcfs/tcfsputkey.c b/usr.bin/tcfs/tcfsputkey.c
index dec1b469271..0d78c4bf2e0 100644
--- a/usr.bin/tcfs/tcfsputkey.c
+++ b/usr.bin/tcfs/tcfsputkey.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tcfsputkey.c,v 1.11 2000/06/20 18:15:57 aaron Exp $ */
+/* $OpenBSD: tcfsputkey.c,v 1.12 2001/01/23 18:18:46 deraadt Exp $ */
/*
* Transparent Cryptographic File System (TCFS) for NetBSD
@@ -30,7 +30,7 @@
extern char *optarg;
extern int optind;
char *putkey_usage=
-"usage: tcfsputkey [-k][-f fliesystem-label][-g group][-p mount-point]\n";
+"usage: tcfsputkey [-k] [-f filesystem-label] [-g group] [-p mount-point]\n";
int
putkey_main(int argc, char *argv[])