From a85912033f36124735d10c5d353a53a44b38387d Mon Sep 17 00:00:00 2001 From: kobergj Date: Mon, 4 Nov 2024 10:29:32 +0100 Subject: [PATCH] tmp Co-authored-by: Martin --- services/postprocessing/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/postprocessing/README.md b/services/postprocessing/README.md index b8dbb822061..d127b17725b 100644 --- a/services/postprocessing/README.md +++ b/services/postprocessing/README.md @@ -100,4 +100,4 @@ ocis postprocessing restart -s "finished" # Equivalent to the above ocis postprocessing restart -s "virusscan" # Restart all uploads currently in virusscan step ``` -Note: All above commands containting the word `restart` can also be replaced by `resume`. This changes behaviour slightly. When `restarting` an upload, the whole postprocessing will be (re)done. If `resuming` an upload it will only continue from the last step that was completed. +Note: All above commands containting the word `restart` can also be replaced by `resume`. This changes behaviour slightly. When `restarting` an upload, the whole postprocessing will be (re)done. If `resuming` an upload, it will only continue from the last step that was completed.