mirror of
https://github.com/jkl1337/duplicacy.git
synced 2026-01-02 03:34:39 -06:00
Fixed a typo in command line arguments
This commit is contained in:
@@ -1959,7 +1959,7 @@ func main() {
|
|||||||
cli.StringFlag{
|
cli.StringFlag{
|
||||||
Name: "key",
|
Name: "key",
|
||||||
Usage: "the RSA private key to decrypt file chunks from the source storage",
|
Usage: "the RSA private key to decrypt file chunks from the source storage",
|
||||||
Argument: "<public key>",
|
Argument: "<private key>",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
Usage: "Copy snapshots between compatible storages",
|
Usage: "Copy snapshots between compatible storages",
|
||||||
|
|||||||
Reference in New Issue
Block a user