duplicacy
duplicacy copied to clipboard
mistyping between private/public RSA key
mistyping on "duplicacy copy" help
pi@jarvis:~/github/duplicacy $ grep -rn 'the RSA private' duplicacy/
duplicacy/duplicacy_main.go:1506: Usage: "the RSA private key to decrypt file chunks",
duplicacy/duplicacy_main.go:1556: Usage: "the RSA private key to decrypt file chunks",
duplicacy/duplicacy_main.go:1617: Usage: "the RSA private key to decrypt file chunks",
duplicacy/duplicacy_main.go:1651: Usage: "the RSA private key to decrypt file chunks",
duplicacy/duplicacy_main.go:1684: Usage: "the RSA private key to decrypt file chunks",
duplicacy/duplicacy_main.go:1961: Usage: "the RSA private key to decrypt file chunks from the source storage",
mistyping is there
duplicacy/duplicacy_main.go-1959- cli.StringFlag{
duplicacy/duplicacy_main.go-1960- Name: "key",
duplicacy/duplicacy_main.go:1961: Usage: "the RSA private key to decrypt file chunks from the source storage",
duplicacy/duplicacy_main.go-1962- Argument: "<public key>",
duplicacy/duplicacy_main.go-1963- },
Fixed by https://github.com/gilbertchen/duplicacy/commit/01a37b78289b4d434b10f32cf18ff3d852710850. Thanks for the catch!