From a0aac51a004e8c310645501d1cd5db0bad75be1a Mon Sep 17 00:00:00 2001 From: "nieznany.sprawiciel" Date: Fri, 9 Feb 2024 17:42:49 +0100 Subject: [PATCH] Fix documentation --- docs/provider/exe-unit/command-progress.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/provider/exe-unit/command-progress.md b/docs/provider/exe-unit/command-progress.md index 2a14634f0c..6fe412c985 100644 --- a/docs/provider/exe-unit/command-progress.md +++ b/docs/provider/exe-unit/command-progress.md @@ -19,7 +19,7 @@ This document aims to describe implementation details not covered by specificati ## [ProgressArgs](https://golemfactory.github.io/ya-client/index.html?urls.primaryName=Activity%20API#/model-ProgressArgs) -ExeUnit supports only `update-interval`. If value is set to `1s` default will be used. +ExeUnit supports only `update-interval`. If value is not set, `1s` default will be used. `update-step` is not implemented.