diff options
author | Niall O'Higgins <niallo@cvs.openbsd.org> | 2005-12-03 17:08:26 +0000 |
---|---|---|
committer | Niall O'Higgins <niallo@cvs.openbsd.org> | 2005-12-03 17:08:26 +0000 |
commit | 4aa57d5d5b45b560ede4a158ce3b64fe4fbaa62a (patch) | |
tree | 04d8972051a5dd75c4386bd1037027dcd6e9bcfb /usr.bin/rcs | |
parent | 59413aaf9936ee396905effecb9206e3e5d9e01f (diff) |
- document `-t' option.
Diffstat (limited to 'usr.bin/rcs')
-rw-r--r-- | usr.bin/rcs/ci.1 | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/usr.bin/rcs/ci.1 b/usr.bin/rcs/ci.1 index 7b96c0cd058..f3df3337eb1 100644 --- a/usr.bin/rcs/ci.1 +++ b/usr.bin/rcs/ci.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ci.1,v 1.19 2005/11/24 08:52:48 jmc Exp $ +.\" $OpenBSD: ci.1,v 1.20 2005/12/03 17:08:25 niallo Exp $ .\" .\" Copyright (c) 2005 Niall O'Higgins <niallo@openbsd.org> .\" All rights reserved. @@ -36,6 +36,7 @@ .Op Fl n Ns Ar symbol .Op Fl r Ns Op Ar rev .Op Fl s Ns Ar state +.Op Fl t Ns Ar file .Op Fl u Ns Op Ar rev .Op Fl w Ns Ar username .Op Fl x Ns Ar suffixes @@ -108,6 +109,17 @@ working file. Sets the state of the deposited revision to the identifier .Ar state . The specified value may not contain a space character. +.It Fl t Ns Ar file +Sets the description in the RCS file to the contents of the specified file. +The +.Ar file +argument cannot begin with \-. +If +.Ar file +begins with \-, the text following \- is used for the description, +intead of loading the contents of a file. +For example \-tafile sets the description to the contents of the file +"afile", whereas \-t\-afile sets the description to the string "afile". .It Fl u The same as .Fl r , |