diff --git a/docs/manual/CoreTasks/checksum.html b/docs/manual/CoreTasks/checksum.html index 92fa0d946..a6dbcbe28 100644 --- a/docs/manual/CoreTasks/checksum.html +++ b/docs/manual/CoreTasks/checksum.html @@ -76,7 +76,7 @@ or set the fileext attribute.
Example 5
--Generates a SHA checksum for foo.bar and stores the checksum in the destination file +<checksum file="foo.bar" algorithm="SHA" fileext="asc"/>
+Generates a SHA-512 checksum for foo.bar and stores the checksum in the destination file foo.bar.asc. foo.bar.asc is overwritten only if foo.bar is newer than itself.<checksum file="foo.bar" algorithm="SHA-512" fileext="asc"/>
Example 6