mirror of
https://github.com/restic/restic.git
synced 2024-12-24 00:37:28 +00:00
Update key password prompt (#2847)
This commit is contained in:
parent
0fed6a8dfc
commit
fe69b83074
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ func getNewPassword(gopts GlobalOptions) (string, error) {
|
||||||
newopts.password = ""
|
newopts.password = ""
|
||||||
|
|
||||||
return ReadPasswordTwice(newopts,
|
return ReadPasswordTwice(newopts,
|
||||||
"enter password for new key: ",
|
"enter new password: ",
|
||||||
"enter password again: ")
|
"enter password again: ")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue