whoops
This commit is contained in:
parent
09161611d0
commit
c72b82f542
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -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,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue