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 synchronize your local files with the changes made by others. This operation is called "update": -
cvs update +
cvs update -dP +
The -d switch tells update to create any new directories that have been created the repository since last update.
+
The -P switch tells update to delete files that have been removed in the repository.