diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-08-24 09:19:39 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-08-24 09:19:39 +0000 |
commit | af61011277a27bead317d4867848206f48ad78b4 (patch) | |
tree | ad85a7c9326e36bb6c0c7d664976495c704d3b8a /usr.bin/cvs | |
parent | 6b59875fe4a6cbb3757cee9f00d35c312f5ca4c1 (diff) |
checkout -D also implies -P; ok jmc@.
Diffstat (limited to 'usr.bin/cvs')
-rw-r--r-- | usr.bin/cvs/cvs.1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/cvs/cvs.1 b/usr.bin/cvs/cvs.1 index 4167b9b696b..2b73826b20b 100644 --- a/usr.bin/cvs/cvs.1 +++ b/usr.bin/cvs/cvs.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cvs.1,v 1.88 2005/08/23 14:17:37 xsa Exp $ +.\" $OpenBSD: cvs.1,v 1.89 2005/08/24 09:19:38 xsa Exp $ .\" .\" Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> .\" Copyright (c) 2004, 2005 Xavier Santolaria <xsa@openbsd.org> @@ -476,6 +476,8 @@ Display the list of available modules. .It Fl D Ar date Check out as of the latest revision no later than .Ar date +(implies +.Fl P ) (is sticky). .It Fl d Ar dir Check out in directory |