duplicacy icon indicating copy to clipboard operation
duplicacy copied to clipboard

mistyping between private/public RSA key

Open share-me opened this issue 5 years ago • 1 comments

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-                               },

share-me avatar Apr 04 '20 15:04 share-me

Fixed by https://github.com/gilbertchen/duplicacy/commit/01a37b78289b4d434b10f32cf18ff3d852710850. Thanks for the catch!

gilbertchen avatar Apr 07 '20 02:04 gilbertchen