Add -d to get new directories when running cvs update

This commit is contained in:
Jordan Bancino 2022-07-30 09:46:02 -04:00
parent e4c2d534fe
commit 0e7b3c655b

View file

@ -551,7 +551,7 @@ If you already checkout out the code previously, make sure you update your
local copy before you start developing:
</p>
<div class="code">
$ cvs -q update -P
$ cvs -q update -dP
</div>
<p>
You should now have the latest <b>Telodendria</b> source code. Follow