summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
diff options
context:
space:
mode:
authorXavier Santolaria <xsa@cvs.openbsd.org>2007-01-15 11:59:55 +0000
committerXavier Santolaria <xsa@cvs.openbsd.org>2007-01-15 11:59:55 +0000
commitbe4718dcdd9b00d61ec1c21688905b48fbdf9302 (patch)
tree97699c9d9265a6cb28d62afa8c31fc7f5920656e /usr.bin/cvs
parent8b088c5d6ae231ec296a24fa50d936a132969ce1 (diff)
document `update -C'.
Diffstat (limited to 'usr.bin/cvs')
-rw-r--r--usr.bin/cvs/cvs.16
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/cvs/cvs.1 b/usr.bin/cvs/cvs.1
index dcbe02110d3..ef18edea021 100644
--- a/usr.bin/cvs/cvs.1
+++ b/usr.bin/cvs/cvs.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cvs.1,v 1.101 2006/12/11 07:59:18 xsa Exp $
+.\" $OpenBSD: cvs.1,v 1.102 2007/01/15 11:59:54 xsa Exp $
.\"
.\" Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
.\" Copyright (c) 2004-2006 Xavier Santolaria <xsa@openbsd.org>
@@ -1437,7 +1437,7 @@ The
command is used to merge any of the changes that have occurred on the remote
repository into the local one where the command was run.
.Bd -literal -offset indent
-Usage: cvs update [-AdflPpR] [-D date | -r rev] [-I ign]
+Usage: cvs update [-ACdflPpR] [-D date | -r rev] [-I ign]
[-j rev] [-k mode] [-W spec] [file ...]
.Ed
.Pp
@@ -1448,6 +1448,8 @@ command takes the following options:
.It Fl A
Reset any sticky tags, dates, or keyword substitution modes that
have been set on the tree.
+.It Fl C
+Overwrite locally modified files with clean repository copies.
.It Fl D Ar date
Update as of the latest revision no later than
.Ar date