diff options
author | Niall O'Higgins <niallo@cvs.openbsd.org> | 2005-10-29 19:10:17 +0000 |
---|---|---|
committer | Niall O'Higgins <niallo@cvs.openbsd.org> | 2005-10-29 19:10:17 +0000 |
commit | 0903da9d6296b4e440a8ca589cceb95ee7fd7398 (patch) | |
tree | 44566fd9ee76f9b733be654d9ba1d0e33f5f381f /usr.bin/rcs | |
parent | 8a7f13e00f76a31474af1362d38631be49391acf (diff) |
- sync checkin_usage()
Diffstat (limited to 'usr.bin/rcs')
-rw-r--r-- | usr.bin/rcs/ci.c | 6 |
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"); } /* |