diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2007-04-30 16:09:44 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2007-04-30 16:09:44 +0000 |
commit | 6b0ed8edbc20d4e4fa10b139ccad07ce00efc174 (patch) | |
tree | 2a83a736c70465be70a968bb3940d8b872483516 /usr.bin | |
parent | 3db8c55affce979a69ba3f35c85d2acf404cf715 (diff) |
- 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')
-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. |