diff options
author | Niall O'Higgins <niallo@cvs.openbsd.org> | 2005-10-16 22:54:25 +0000 |
---|---|---|
committer | Niall O'Higgins <niallo@cvs.openbsd.org> | 2005-10-16 22:54:25 +0000 |
commit | dd226f392968b6ff4c683fb796f8ffebe1094bf3 (patch) | |
tree | b9fef7ee3e9a420b4f204771f1cd12809bc60e8d /usr.bin/rcs | |
parent | ac4b7b1c60d154fe18d9ee7c65ca9848dbec804d (diff) |
- document `-n' option.
Diffstat (limited to 'usr.bin/rcs')
-rw-r--r-- | usr.bin/rcs/ci.1 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.bin/rcs/ci.1 b/usr.bin/rcs/ci.1 index 0b955acfa1b..a9afe74648c 100644 --- a/usr.bin/rcs/ci.1 +++ b/usr.bin/rcs/ci.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ci.1,v 1.9 2005/10/15 23:55:39 niallo Exp $ +.\" $OpenBSD: ci.1,v 1.10 2005/10/16 22:54:24 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 r Ns Op Ar rev .Op Fl u Ns Op Ar rev .Op Fl w Ns Ar username @@ -69,6 +70,10 @@ Specify a log message. A line beginning with a hash character .Pq Sq # is considered a comment and ignored. +.It Fl n Ns Ar symbol +Assign the symbolic name +.Ar symbol +to the checked in revision. .It Fl q Be quiet about reporting. .It Fl r Ns Op Ar rev |