changeset 228:ccf5edab9d5f

loadtool.help: exec command description updated
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 03 Aug 2017 01:25:40 +0000
parents 6616f4e35579
children 96332d875fc9
files loadtools/loadtool.help
diffstat 1 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/loadtools/loadtool.help	Thu Aug 03 01:21:45 2017 +0000
+++ b/loadtools/loadtool.help	Thu Aug 03 01:25:40 2017 +0000
@@ -110,10 +110,9 @@
 === exec
 exec <script-file>
 
-Read and execute commands from the named file.  If the given file name contains
-no slashes, the script file is sought in the default directory (normally
-/opt/freecalypso/loadtools unless changed in the code); otherwise the given
-name is used directly as the pathname.
+Read and execute commands from the named file.  If the execution of a script
+command encounters an error, the following commands are not executed, i.e.,
+stop on first error.
 
 === exit
 === quit