summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2006-03-06 14:49:54 +0000
committerjmc <jmc@openbsd.org>2006-03-06 14:49:54 +0000
commit8b2bfb4eecf607d802d38e8728b7a62b3ef00340 (patch)
tree08882f98a0ca5014db74a662814ffca00dcb9ec7
parentmove compat flags into a STANDARDS section; (diff)
downloadwireguard-openbsd-8b2bfb4eecf607d802d38e8728b7a62b3ef00340.tar.xz
wireguard-openbsd-8b2bfb4eecf607d802d38e8728b7a62b3ef00340.zip
update 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 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");