aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--src/cli/stasis/args.c2
2 files changed, 2 insertions, 2 deletions
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 |
diff --git a/src/cli/stasis/args.c b/src/cli/stasis/args.c
index 172981a..cb0f408 100644
--- a/src/cli/stasis/args.c
+++ b/src/cli/stasis/args.c
@@ -38,7 +38,7 @@ const char *long_options_help[] = {
"Disable line buffering",
"Update conda installation prior to STASIS environment creation",
"On error, immediately terminate all tasks",
- "Terminate task after timeout is reached (#s, #m, #h)",
+ "Terminate task after timeout period (fmt: n[hms], default: 0s)",
"Overwrite an existing release",
"Do not build docker images",
"Do not upload artifacts to Artifactory",