@@ -206,12 +206,12 @@ proc recipe-flag {flagname {def 0}} {
# general steps from running)
# The job status is set to IFFAIL.
#
-# per-host-ts IFFAIL TESTID SCRIPT-ARGS...
+# per-host-ts IFFAIL TESTID SCRIPT-ARGS-LIST MORE-ARGS...
#
# Runs the script (as a separate step) for each test host ident.
-# The host ident is appended to SCRIPT-ARGS. (SCRIPT-ARGS
-# should contain an even number of + items for proper testid
-# generation.)
+# The host ident is appended to SCRIPT-ARGS-LIST.
+# (SCRIPT-ARGS-LIST should contain an even number of + items for
+# proper testid generation.)
#
# The scripts are run in parallel for all host idents.
#
Signed-off-by: Ian Jackson <iwj@xenproject.org> --- sg-run-job | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)