summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/cvs-howto.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/tech/cvs-howto.txt b/DOCS/tech/cvs-howto.txt
index 53efea7aef..54ad9f63ec 100644
--- a/DOCS/tech/cvs-howto.txt
+++ b/DOCS/tech/cvs-howto.txt
@@ -42,7 +42,7 @@ I. TECH SIDE:
2. Checking out development source tree:
export CVS_RSH=ssh
- cvs -z3 -d:ext:LOGIN@mplayerhq.hu:/cvsroot/mplayer co main
+ cvs -z3 -d:ext:LOGIN@mplayerhq.hu:/cvsroot/mplayer co -P main
Replace LOGIN with your login name.
NOTE: cvs -d:pserver: mode doesn't allow writing, even with password!