diff options
author | Niall O'Higgins <niallo@cvs.openbsd.org> | 2005-10-15 20:02:33 +0000 |
---|---|---|
committer | Niall O'Higgins <niallo@cvs.openbsd.org> | 2005-10-15 20:02:33 +0000 |
commit | 9734c9af4235adcea70b130a2949bbd184c5c19a (patch) | |
tree | d82f9e3628598ddfd414fdbe2d2f9ccbec7e4807 /usr.bin | |
parent | aa2fc1b973c7c5ebc3ead75475e6e721fd95db72 (diff) |
- document `-f' option.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/rcs/ci.1 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/usr.bin/rcs/ci.1 b/usr.bin/rcs/ci.1 index 0ac5475f9cc..8ab63c647d5 100644 --- a/usr.bin/rcs/ci.1 +++ b/usr.bin/rcs/ci.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ci.1,v 1.7 2005/10/13 22:59:38 niallo Exp $ +.\" $OpenBSD: ci.1,v 1.8 2005/10/15 20:02:32 niallo Exp $ .\" .\" Copyright (c) 2005 Niall O'Higgins <niallo@openbsd.org> .\" All rights reserved. @@ -25,6 +25,7 @@ .Bk -words .Op Fl jMNqV .Op Fl d Op Ar date +.Op Fl f Op Ar rev .Op Fl k Ar mode .Op Fl l Op Ar rev .Op Fl m Ar msg @@ -46,8 +47,10 @@ for check-in date and time. If .Ar date is not specified, use the working file's last modification time. -.It Fl f -Force check in. +.It Fl f Op Ar rev +Force check in - optionally to +.Ar rev +- even if no changes have been made to the working file. .It Fl I Interactive mode. .It Fl k Ar mode |