From 3659dd13352393f4010c6b490c265623692f48dc Mon Sep 17 00:00:00 2001 From: kobergj Date: Fri, 26 Jan 2024 15:13:21 +0100 Subject: [PATCH] Update services/postprocessing/pkg/command/postprocessing.go MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jörn Friedrich Dreyer --- services/postprocessing/pkg/command/postprocessing.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/postprocessing/pkg/command/postprocessing.go b/services/postprocessing/pkg/command/postprocessing.go index f263384e5f8..ee155889630 100644 --- a/services/postprocessing/pkg/command/postprocessing.go +++ b/services/postprocessing/pkg/command/postprocessing.go @@ -26,8 +26,8 @@ func RestartPostprocessing(cfg *config.Config) *cli.Command { &cli.StringFlag{ Name: "step", Aliases: []string{"s"}, - Usage: "restarts all uploads currently in that specific postprocessing step. Ignored if upload-id is set.", - Value: "finished", // Is this default sane? Calling `ocis postprocessing restart` without any arguments will restart all finished uploads. + Usage: "restarts all uploads in the given postprocessing step. Ignored if upload-id is set.", + Value: "finished", // Calling `ocis postprocessing restart` without any arguments will restart all uploads that are finished but failed to move the uploed from the upload area to the blobstore. }, }, Before: func(c *cli.Context) error {