diff options
author | Niall O'Higgins <niallo@cvs.openbsd.org> | 2005-11-02 20:39:29 +0000 |
---|---|---|
committer | Niall O'Higgins <niallo@cvs.openbsd.org> | 2005-11-02 20:39:29 +0000 |
commit | 86468a386d69d0f380c68c2cdcf3b86deb83a780 (patch) | |
tree | f01810a095abc8fa58b115b5fd25a1d6b87a7bd3 /usr.bin | |
parent | 9e6470e2cda5118e944b714dc3e2ffc2016556e3 (diff) |
- fix up documentation for `-M' option.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/rcs/ci.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/rcs/ci.1 b/usr.bin/rcs/ci.1 index b609894964d..15ead68081c 100644 --- a/usr.bin/rcs/ci.1 +++ b/usr.bin/rcs/ci.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ci.1,v 1.15 2005/10/29 19:09:48 niallo Exp $ +.\" $OpenBSD: ci.1,v 1.16 2005/11/02 20:39:28 niallo Exp $ .\" .\" Copyright (c) 2005 Niall O'Higgins <niallo@openbsd.org> .\" All rights reserved. @@ -28,6 +28,7 @@ .Op Fl f Ns Op Ar rev .Op Fl k Ns Ar mode .Op Fl l Ns Op Ar rev +.Op Fl M Ns Op Ar rev .Op Fl m Ns Ar msg .Op Fl N Ns Ar symbol .Op Fl n Ns Ar symbol @@ -64,7 +65,7 @@ The same as .Fl r , but also immediately checks out the deposited revision and locks it. This is useful if you wish to continue to edit the working file after check-in. -.It Fl M +.It Fl M Ns Op Ar rev Set the modification time of the file to the date of the retrieved revision. .It Fl m Ns Ar msg |