=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tcfs/Attic/tcfsputkey.c,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- src/usr.bin/tcfs/Attic/tcfsputkey.c 2000/06/20 18:15:57 1.11 +++ src/usr.bin/tcfs/Attic/tcfsputkey.c 2001/01/23 18:18:46 1.12 @@ -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[])