diff --git a/docs/manual/CoreTasks/echo.html b/docs/manual/CoreTasks/echo.html
index 3fb396920..833368f56 100644
--- a/docs/manual/CoreTasks/echo.html
+++ b/docs/manual/CoreTasks/echo.html
@@ -51,7 +51,7 @@ ignored
file |
the file to write the message to. |
- Optionally one of these may be specified |
+ Optionally one of these may be specified. |
output |
@@ -63,9 +63,10 @@ ignored
append |
Append to an existing file (or
- open a new file / overwrite an existing file)?
+ open a new file / overwrite an existing file)? Default false.
|
- No - default is false. |
+ No; ignored unless output indicates a
+ filesystem destination. |
level |
diff --git a/docs/manual/CoreTasks/sql.html b/docs/manual/CoreTasks/sql.html
index 71b13c4a0..601a14eaf 100644
--- a/docs/manual/CoreTasks/sql.html
+++ b/docs/manual/CoreTasks/sql.html
@@ -127,7 +127,8 @@ and abort execution and transaction and fail task.
append |
whether output should be appended to or overwrite
an existing file. Defaults to false. |
- No |
+ No, ignored if output does not
+ specify a filesystem destination. |
classpath |