diff options
author | Joris Vink <joris@cvs.openbsd.org> | 2009-03-25 09:47:27 +0000 |
---|---|---|
committer | Joris Vink <joris@cvs.openbsd.org> | 2009-03-25 09:47:27 +0000 |
commit | b9f34c964973c26a36ecc2005699fe851872f26d (patch) | |
tree | c0efe912657c1c157bf6a384aad6214fb6a5b027 /usr.bin | |
parent | 460adb7ee881cc97388d1e3da588348b4cb85a6a (diff) |
-q hasnt been the default verbosity mode in ages.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/cvs/cvs.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/cvs/cvs.1 b/usr.bin/cvs/cvs.1 index bfa6b6abe8d..9efa2f8b5b8 100644 --- a/usr.bin/cvs/cvs.1 +++ b/usr.bin/cvs/cvs.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cvs.1,v 1.121 2008/02/26 21:48:30 deraadt Exp $ +.\" $OpenBSD: cvs.1,v 1.122 2009/03/25 09:47:26 joris Exp $ .\" .\" Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> .\" Copyright (c) 2004-2008 Xavier Santolaria <xsa@openbsd.org> @@ -24,7 +24,7 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: February 26 2008 $ +.Dd $Mdocdate: March 25 2009 $ .Dt CVS 1 .Os .Sh NAME @@ -103,7 +103,6 @@ Be extra quiet. Only error messages will be displayed. .It Fl q Be quiet about reporting. -This is the default. .It Fl R Permit checkout from a read-only repository. Implies @@ -127,6 +126,7 @@ Trace program execution. .It Fl V Verbose mode. All messages will be displayed. +This is the default. .Fl V and .Fl Q |