summaryrefslogtreecommitdiff
path: root/usr.bin/rcs
diff options
context:
space:
mode:
authorNiall O'Higgins <niallo@cvs.openbsd.org>2005-10-08 16:19:41 +0000
committerNiall O'Higgins <niallo@cvs.openbsd.org>2005-10-08 16:19:41 +0000
commit33e3225597d63835fcb118573643a66a1c4e4841 (patch)
tree83c18ba05b025080088ac7d417bcc0f876c64659 /usr.bin/rcs
parentec5cc4f5afab85728ec806761222acf014477507 (diff)
sync checkin_usage() with manual page
Diffstat (limited to 'usr.bin/rcs')
-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 e7522167f77..e26ba4a499a 100644
--- a/usr.bin/rcs/ci.c
+++ b/usr.bin/rcs/ci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ci.c,v 1.9 2005/10/08 15:26:47 niallo Exp $ */
+/* $OpenBSD: ci.c,v 1.10 2005/10/08 16:19:40 niallo Exp $ */
/*
* Copyright (c) 2005 Niall O'Higgins <niallo@openbsd.org>
* All rights reserved.
@@ -56,7 +56,7 @@ void
checkin_usage(void)
{
fprintf(stderr,
- "usage: %s [-jlMNqu] [-d date | -r rev] [-m msg] [-k mode] "
+ "usage: %s [-jlMNqruV] [-d date | -r rev] [-m msg] [-k mode] "
"file ...\n", __progname);
}