diff --git a/docs/manual/OptionalTasks/vss.html b/docs/manual/OptionalTasks/vss.html index a58ce59ac..3f5967cb3 100644 --- a/docs/manual/OptionalTasks/vss.html +++ b/docs/manual/OptionalTasks/vss.html @@ -512,12 +512,10 @@ label only one will be used in the order version, date, label.

<vsscheckout vsspath="/test" localpath="D:\build" recursive="true" - login="me,mypass" - autoResponse="Y"/> + login="me,mypass"/>

Does a recursive checkout of the project test to the directory D:\build. -This will overwrite all files already checked out (caused by autoResponse set to "Y").