Fixed a typo in command line arguments

This commit is contained in:
Gilbert Chen
2020-04-06 22:13:08 -04:00
parent 57cd20bb84
commit 01a37b7828

View File

@@ -1959,7 +1959,7 @@ func main() {
cli.StringFlag{
Name: "key",
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",