diff --git a/manual/Tasks/symlink.html b/manual/Tasks/symlink.html index af14949d4..6c98f5eaf 100644 --- a/manual/Tasks/symlink.html +++ b/manual/Tasks/symlink.html @@ -29,7 +29,7 @@

Manages symbolic links on platforms where Java supports symbolic links. Can be used to make an individual link, delete a link, create multiple links from properties files, or create properties files describing links in the -specified directories. Existing links are not overwritten by default. +specified directories. Existing files are not overwritten by default.

FileSets are used to select a set of links to record, or a set of property files to create links from.

@@ -72,7 +72,9 @@ set of links to record, or a set of property files to create links from.

overwrite - Overwrite existing links or not. + Overwrite existing files or not. If overwrite is set to true, then + any existing file, specified by the link attribute, will be overwritten irrespective + of whether or not the existing file is a symbolic link. No; defaults to false.