From 97fe0b06fb2c3be2519aaeb59aa2e99d176b3b98 Mon Sep 17 00:00:00 2001 From: Christian Richter <1058116+dragonchaser@users.noreply.github.com> Date: Thu, 27 Jun 2024 13:57:18 +0000 Subject: [PATCH] Update ocis/pkg/command/trash.go Co-authored-by: kobergj --- ocis/pkg/command/trash.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocis/pkg/command/trash.go b/ocis/pkg/command/trash.go index 9594cddcb1..6149b509ed 100644 --- a/ocis/pkg/command/trash.go +++ b/ocis/pkg/command/trash.go @@ -49,7 +49,7 @@ func TrashPurgeOrphanedDirsCommand(cfg *config.Config) *cli.Command { basePath := c.String("basepath") if basePath == "" { fmt.Println("basepath is required") - return cli.ShowCommandHelp(c, "consistency") + return cli.ShowCommandHelp(c, "trash") } if err := trash.PurgeTrashOrphanedPaths(basePath, c.Bool("dry-run")); err != nil {