diff options
author | Niall O'Higgins <niallo@cvs.openbsd.org> | 2005-10-18 11:10:57 +0000 |
---|---|---|
committer | Niall O'Higgins <niallo@cvs.openbsd.org> | 2005-10-18 11:10:57 +0000 |
commit | 960278d0730391fe7d18430ba0070e44f889b89f (patch) | |
tree | ea602152d2089247b98659dc1e9a889536d7e18e /usr.bin | |
parent | ec8965a79aabceb5941e40da400615c6f81774b5 (diff) |
- `-N' works now; document it.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/rcs/ci.1 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/usr.bin/rcs/ci.1 b/usr.bin/rcs/ci.1 index a9afe74648c..243fb0919a0 100644 --- a/usr.bin/rcs/ci.1 +++ b/usr.bin/rcs/ci.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ci.1,v 1.10 2005/10/16 22:54:24 niallo Exp $ +.\" $OpenBSD: ci.1,v 1.11 2005/10/18 11:10:56 niallo Exp $ .\" .\" Copyright (c) 2005 Niall O'Higgins <niallo@openbsd.org> .\" All rights reserved. @@ -29,6 +29,7 @@ .Op Fl k Ns Ar mode .Op Fl l Ns Op Ar rev .Op Fl m Ns Ar msg +.Op Fl N Ns Ar symbol .Op Fl n Ns Ar symbol .Op Fl r Ns Op Ar rev .Op Fl u Ns Op Ar rev @@ -74,6 +75,11 @@ is considered a comment and ignored. Assign the symbolic name .Ar symbol to the checked in revision. +.It Fl N Ns Ar symbol +Same as +.Ar -n +except it overwrites any previous assignment of +.Ar symbol . .It Fl q Be quiet about reporting. .It Fl r Ns Op Ar rev |