diff options
author | Niall O'Higgins <niallo@cvs.openbsd.org> | 2005-10-16 22:56:23 +0000 |
---|---|---|
committer | Niall O'Higgins <niallo@cvs.openbsd.org> | 2005-10-16 22:56:23 +0000 |
commit | 0d5fd1846c3ee867ce29620f76d3d1e6614a90d3 (patch) | |
tree | f90fcb367bb499c0683d56332421f08806f08532 /usr.bin/rcs | |
parent | dd226f392968b6ff4c683fb796f8ffebe1094bf3 (diff) |
- sync checkin_usage();
Diffstat (limited to 'usr.bin/rcs')
-rw-r--r-- | usr.bin/rcs/ci.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/rcs/ci.c b/usr.bin/rcs/ci.c index a0c4dd68530..5ce29195f4b 100644 --- a/usr.bin/rcs/ci.c +++ b/usr.bin/rcs/ci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ci.c,v 1.38 2005/10/16 22:23:54 niallo Exp $ */ +/* $OpenBSD: ci.c,v 1.39 2005/10/16 22:56:22 niallo Exp $ */ /* * Copyright (c) 2005 Niall O'Higgins <niallo@openbsd.org> * All rights reserved. @@ -58,7 +58,8 @@ checkin_usage(void) { fprintf(stderr, "usage: ci [-jMNqV] [-d[date]] [-f[rev]] [-kmode] [-l[rev]]\n" - " [-mmsg] [-r[rev]] [-u[rev]] [-wusername] file ...\n"); + " [-mmsg] [-nsymbol] [-r[rev]] [-u[rev]] [-wusername]\n" + " file ...\n"); } /* |