Skip to content

Commit

Permalink
Update services/postprocessing/pkg/command/postprocessing.go
Browse files Browse the repository at this point in the history
Co-authored-by: Jörn Friedrich Dreyer <jfd@butonic.de>
  • Loading branch information
kobergj and butonic committed Jan 26, 2024
1 parent 2f3e8cb commit 3659dd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/postprocessing/pkg/command/postprocessing.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 3659dd1

Please sign in to comment.