summaryrefslogtreecommitdiff
path: root/www/cvs.t
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-04-17 13:28:30 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-04-17 13:28:30 +0000
commita29d43337fe2f137ed2decf47e69b212899cf98f (patch)
tree0a9e259c9d95e71ac12c93a78c1602f99fc2c7e5 /www/cvs.t
parente0ae9dc0081033be009d3e60b043e89e1e8d243f (diff)
downloadrockbox-a29d43337fe2f137ed2decf47e69b212899cf98f.tar.gz
rockbox-a29d43337fe2f137ed2decf47e69b212899cf98f.zip
Added -dP to 'update' description
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@119 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www/cvs.t')
-rw-r--r--www/cvs.t4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/cvs.t b/www/cvs.t
index 651a616c4c..a846ce9476 100644
--- a/www/cvs.t
+++ b/www/cvs.t
@@ -64,8 +64,10 @@ of the Rockbox project
64synchronize your local files with the changes made by others. 64synchronize your local files with the changes made by others.
65This operation is called "update": 65This operation is called "update":
66 66
67<p><tt>cvs update</tt> 67<p><tt>cvs update -dP</tt>
68 68
69<p>The <b>-d</b> switch tells update to create any new directories that have been created the repository since last update.
70<br>The <b>-P</b> switch tells update to delete files that have been removed in the repository.
69 71
70<h2>Adding a new file</h2> 72<h2>Adding a new file</h2>
71 73