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 --- src/cli/stasis/args.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cli/stasis') 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", -- cgit