diff options
author | 2007-04-30 16:09:43 +0000 | |
---|---|---|
committer | 2007-04-30 16:09:43 +0000 | |
commit | 79c1e02c3e5f64a6a75c30e2d87b81cf5d550135 (patch) | |
tree | 8797b3ab5038402e29ee7a3cea450567e3ee26b1 /usr.bin/cvs | |
parent | don't bother trying to substitute if there's no $ in the string. (diff) | |
download | wireguard-openbsd-79c1e02c3e5f64a6a75c30e2d87b81cf5d550135.tar.xz wireguard-openbsd-79c1e02c3e5f64a6a75c30e2d87b81cf5d550135.zip |
- checkout from a read-only repository implies -l.
- -V and -Q are mutually exclusive, -Q takes precedence if both are
specified though.
initial diff from Tobias Stoeckmann, tweaks by jmc@.
Diffstat (limited to 'usr.bin/cvs')
-rw-r--r-- | usr.bin/cvs/cvs.1 | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/usr.bin/cvs/cvs.1 b/usr.bin/cvs/cvs.1 index fac56598d5d..29433b03b16 100644 --- a/usr.bin/cvs/cvs.1 +++ b/usr.bin/cvs/cvs.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cvs.1,v 1.108 2007/04/24 13:49:29 sobrado Exp $ +.\" $OpenBSD: cvs.1,v 1.109 2007/04/30 16:09:43 xsa Exp $ .\" .\" Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> .\" Copyright (c) 2004-2007 Xavier Santolaria <xsa@openbsd.org> @@ -106,6 +106,8 @@ Be quiet about reporting. This is the default. .It Fl R Permit checkout from a read-only repository. +Implies +.Fl l . See also .Ev CVSREADONLYFS , below. @@ -125,6 +127,13 @@ Trace program execution. .It Fl V Verbose mode. All messages will be displayed. +.Fl V +and +.Fl Q +are mutually exclusive. +If both are specified, +.Fl Q +takes precedence. .It Fl v Display version information and exit. .It Fl w @@ -1720,6 +1729,8 @@ If set, extracts files in read-only mode. .It Ev CVSREADONLYFS Permit checkout from a read-only repository. +Implies +.Fl l . See also .Fl R , above. |