diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2026-01-20 09:23:03 -0500 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2026-01-20 09:23:03 -0500 |
| commit | dc226b1a5c0afbe55b7975df7a358a2b74c8e722 (patch) | |
| tree | 35483964c46b818eeaaa22226e360d16747a0355 /src/cli | |
| parent | 9c452eedaa874773d0b302648373d670a3887a79 (diff) | |
| download | stasis-timeout-in-test-block.tar.gz | |
Update README.mdtimeout-in-test-block
* Reword timeout description
* Indicate default value
Diffstat (limited to 'src/cli')
| -rw-r--r-- | src/cli/stasis/args.c | 2 |
1 files changed, 1 insertions, 1 deletions
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", |
