From dc226b1a5c0afbe55b7975df7a358a2b74c8e722 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 20 Jan 2026 09:23:03 -0500 Subject: Update README.md * Reword timeout description * Indicate default value --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index c1a490d..3459eae 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ stasis mydelivery.ini | --unbuffered | -U | Disable line buffering | | --update-base | n/a | Update conda installation prior to STATIS environment creation | | --fail-fast | n/a | On test error, terminate all tasks | -| --task-timeout ARG | n/a | Terminate task after timeout is reached (#s, #m, #h) | +| --task-timeout ARG | n/a | Terminate task after timeout period (fmt: n[hms], default: 0s) | | --overwrite | n/a | Overwrite an existing release | | --no-docker | n/a | Do not build docker images | | --no-artifactory | n/a | Do not upload artifacts to Artifactory | -- cgit