diff options
| author | Björn Stenberg <bjorn@haxx.se> | 2002-04-17 13:28:30 +0000 |
|---|---|---|
| committer | Björn Stenberg <bjorn@haxx.se> | 2002-04-17 13:28:30 +0000 |
| commit | a29d43337fe2f137ed2decf47e69b212899cf98f (patch) | |
| tree | 0a9e259c9d95e71ac12c93a78c1602f99fc2c7e5 /www | |
| parent | e0ae9dc0081033be009d3e60b043e89e1e8d243f (diff) | |
| download | rockbox-a29d43337fe2f137ed2decf47e69b212899cf98f.zip rockbox-a29d43337fe2f137ed2decf47e69b212899cf98f.tar.gz rockbox-a29d43337fe2f137ed2decf47e69b212899cf98f.tar.bz2 rockbox-a29d43337fe2f137ed2decf47e69b212899cf98f.tar.xz | |
Added -dP to 'update' description
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@119 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www')
| -rw-r--r-- | www/cvs.t | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -64,8 +64,10 @@ of the Rockbox project synchronize your local files with the changes made by others. This operation is called "update": -<p><tt>cvs update</tt> +<p><tt>cvs update -dP</tt> +<p>The <b>-d</b> switch tells update to create any new directories that have been created the repository since last update. +<br>The <b>-P</b> switch tells update to delete files that have been removed in the repository. <h2>Adding a new file</h2> |