Update key password prompt (#2847)

This commit is contained in:
Bruce Dillahunty 2020-08-19 15:42:08 -04:00 committed by GitHub
parent 0fed6a8dfc
commit fe69b83074
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ func getNewPassword(gopts GlobalOptions) (string, error) {
newopts.password = ""
return ReadPasswordTwice(newopts,
"enter password for new key: ",
"enter new password: ",
"enter password again: ")
}