diff --git a/docs/EN_US/ECLStandardLibraryReference/SLR-Mods/Copy.xml b/docs/EN_US/ECLStandardLibraryReference/SLR-Mods/Copy.xml index bca266d1967..9027a596cf1 100644 --- a/docs/EN_US/ECLStandardLibraryReference/SLR-Mods/Copy.xml +++ b/docs/EN_US/ECLStandardLibraryReference/SLR-Mods/Copy.xml @@ -28,9 +28,9 @@ [ ,preserveCompression ] [ ,noSplit ] [ ,expireDays ] [ - ,ensure ]); + role="bold">] [ ,ensure ] [ ,wrap ] ); dfuwuid := STD.File.fCopy @@ -57,9 +57,9 @@ [ ,preserveCompression ] [ ,noSplit ] [ ,expireDays ] [ - ,ensure]); - + role="bold">] [ ,ensure] [ ,wrap ] ); @@ -215,6 +215,17 @@ if they already exist. Default is FALSE. + + wrap + + Optional. A boolean TRUE or FALSE flag indicating whether to + automatically wrap the file parts when copying to smaller sized + clusters. For example, copying from a 6-node cluster to a 3-node + cluster, two file parts will end up on each node; the difference is + whether node 1 gets parts 1 and 2 or parts 1 and 4. If omitted, the + default is FALSE. + + dfuwuid