summaryrefslogtreecommitdiff
path: root/usr.bin/rcs/ci.c
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2006-03-06 14:49:55 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2006-03-06 14:49:55 +0000
commit30956f09f81dab4a3bef1c04a2e2219f29184f45 (patch)
tree5754689075acb6232ade0c9f18760e1fc89ddd9e /usr.bin/rcs/ci.c
parentd7d292a1436ef78c77aa0653b0d59d6de9d98145 (diff)
update usage()
Diffstat (limited to 'usr.bin/rcs/ci.c')
-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 890a6d2b9be..0753d4afb18 100644
--- a/usr.bin/rcs/ci.c
+++ b/usr.bin/rcs/ci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ci.c,v 1.107 2006/03/06 09:41:53 deraadt Exp $ */
+/* $OpenBSD: ci.c,v 1.108 2006/03/06 14:49:54 jmc Exp $ */
/*
* Copyright (c) 2005, 2006 Niall O'Higgins <niallo@openbsd.org>
* All rights reserved.
@@ -85,7 +85,7 @@ void
checkin_usage(void)
{
fprintf(stderr,
- "usage: ci [-MNqTV] [-d[date]] [-f[rev]] [-i[rev]] [-j[rev]]\n"
+ "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");