This commit is contained in:
Lilian Jónsdóttir 2024-06-19 08:08:20 -07:00
parent 09161611d0
commit c72b82f542

View file

@ -280,7 +280,7 @@ var (
alreadyintrash_flags = []cli.Flag{ alreadyintrash_flags = []cli.Flag{
&cli.PathFlag{ &cli.PathFlag{
Name: "original-path", Name: "original-path",
Usage: "restore files trashed from this `DIRECTORY`", Usage: "operate on files trashed from this `DIRECTORY`",
Aliases: []string{"O"}, Aliases: []string{"O"},
Destination: &ogdir, Destination: &ogdir,
}, },