diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/man1/cvs.1 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/man/man1/cvs.1 b/man/man1/cvs.1 index 679af9c0..16cab49d 100644 --- a/man/man1/cvs.1 +++ b/man/man1/cvs.1 @@ -215,6 +215,16 @@ incorporated into the local tree. cd $PLAN9 cvs diff -r HEAD .EE +.PP +Make +.I cvs +less chatty by setting the global +.B -q +flag implicitly on every CVS command: +.EX +cd $HOME +echo 'cvs -q' > .cvsrc +.EE .SH FILES .TP .B CVS |