summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoris Vink <joris@cvs.openbsd.org>2006-03-07 01:47:43 +0000
committerJoris Vink <joris@cvs.openbsd.org>2006-03-07 01:47:43 +0000
commit2f9f7fbe903e23889880550667bdb3290bfe525e (patch)
tree6e3539e77abd9d099024e7ce93ddd8194f03bc9f
parentbfc0c6a2d39260cfa24406b91fb709ac196fe840 (diff)
fix usage();
-rw-r--r--usr.bin/rcs/ci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/rcs/ci.c b/usr.bin/rcs/ci.c
index 23054c213b9..2225a0cbf6e 100644
--- a/usr.bin/rcs/ci.c
+++ b/usr.bin/rcs/ci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ci.c,v 1.110 2006/03/07 01:40:52 joris Exp $ */
+/* $OpenBSD: ci.c,v 1.111 2006/03/07 01:47:42 joris Exp $ */
/*
* Copyright (c) 2005, 2006 Niall O'Higgins <niallo@openbsd.org>
* All rights reserved.
@@ -88,7 +88,7 @@ checkin_usage(void)
"usage: ci [-jMNqV] [-d[date]] [-f[rev]] [-i[rev]] [-j[rev]]\n"
" [-k[rev]] [-l[rev]] [-M[rev]] [-mmsg] [-Nsymbol]\n"
" [-nsymbol] [-r[rev]] [-sstate] [-tfile|str] [-u[rev]]\n"
- " [-wusername] [-xsuffixes] file ...\n");
+ " [-wusername] [-xsuffixes] [-ztz] file ...\n");
}