summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.bin/rcs/ci.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/rcs/ci.c b/usr.bin/rcs/ci.c
index 784943eb621..cb86752140e 100644
--- a/usr.bin/rcs/ci.c
+++ b/usr.bin/rcs/ci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ci.c,v 1.51 2005/10/29 19:05:51 niallo Exp $ */
+/* $OpenBSD: ci.c,v 1.52 2005/10/29 19:10:16 niallo Exp $ */
/*
* Copyright (c) 2005 Niall O'Higgins <niallo@openbsd.org>
* All rights reserved.
@@ -58,8 +58,8 @@ checkin_usage(void)
{
fprintf(stderr,
"usage: ci [-jMNqV] [-d[date]] [-f[rev]] [-kmode] [-l[rev]]\n"
- " [-mmsg] [-Nsymbol] [-nsymbol] [-r[rev]] [-u[rev]]\n"
- " [-wusername] file ...\n");
+ " [-mmsg] [-Nsymbol] [-nsymbol] [-r[rev]] [-sstate]\n"
+ " [-u[rev]] [-wusername] file ...\n");
}
/*