Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
Co-authored-by: Martin <github@diemattels.at>
  • Loading branch information
kobergj and mmattel authored Nov 4, 2024
1 parent 7eaba67 commit 3689022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/postprocessing/pkg/command/postprocessing.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func RestartPostprocessing(cfg *config.Config) *cli.Command {
return &cli.Command{
Name: "resume",
Aliases: []string{"restart"},
Usage: "restart postprocessing for an uploadID",
Usage: "resume postprocessing for an uploadID",
Flags: []cli.Flag{
&cli.StringFlag{
Name: "upload-id",
Expand Down

0 comments on commit 3689022

Please sign in to comment.