diff options
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/cvs/cvs.1 | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/usr.bin/cvs/cvs.1 b/usr.bin/cvs/cvs.1 index 3dbab173ba7..6eb25112ac9 100644 --- a/usr.bin/cvs/cvs.1 +++ b/usr.bin/cvs/cvs.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cvs.1,v 1.19 2004/12/22 21:41:10 xsa Exp $ +.\" $OpenBSD: cvs.1,v 1.20 2004/12/28 20:38:20 jmc Exp $ .\" .\" Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> .\" All rights reserved. @@ -34,6 +34,10 @@ .Op Fl flQqtv .Op Fl d Ar root .Op Fl e Ar editor +.Xo +.Oo Fl s +.Ar var Ns = Ns Ar val Oc +.Xc .Op Fl z Ar level .Ar command Op Ar ... .Sh DESCRIPTION @@ -82,6 +86,11 @@ Be extra quiet. Only error messages will be displayed. .It Fl q Be quiet about reporting. +.It Fl s Ar var Ns = Ns Ar val +Set the value of the internal variable +.Ar var +to the string +.Ar val . .It Fl t Trace program execution. .It Fl v |