From c72b82f54297fb455c163c3a7edfe00577b888dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lilian=20J=C3=B3nsd=C3=B3ttir?= Date: Wed, 19 Jun 2024 08:08:20 -0700 Subject: [PATCH] whoops --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index f318f3e..29f22ee 100644 --- a/main.go +++ b/main.go @@ -280,7 +280,7 @@ var ( alreadyintrash_flags = []cli.Flag{ &cli.PathFlag{ Name: "original-path", - Usage: "restore files trashed from this `DIRECTORY`", + Usage: "operate on files trashed from this `DIRECTORY`", Aliases: []string{"O"}, Destination: &ogdir, },