Make it clear that 'enter keyring password' is for decryption
This commit is contained in:
parent
87b6530aed
commit
2551c0e641
@ -48,7 +48,7 @@ pub async fn pre_open_keyring_at_path(
|
|||||||
pub async fn open_keyring_interactive(input: UnlockedOrLockedKeyring) -> eyre::Result<Keyring> {
|
pub async fn open_keyring_interactive(input: UnlockedOrLockedKeyring) -> eyre::Result<Keyring> {
|
||||||
match input {
|
match input {
|
||||||
UnlockedOrLockedKeyring::Locked { deriver, lockbox } => {
|
UnlockedOrLockedKeyring::Locked { deriver, lockbox } => {
|
||||||
println!("enter keyring password:");
|
println!("enter keyring password to decrypt:");
|
||||||
let stdin = tokio::io::stdin();
|
let stdin = tokio::io::stdin();
|
||||||
let mut stdin_br = BufReader::new(stdin);
|
let mut stdin_br = BufReader::new(stdin);
|
||||||
let mut line = String::new();
|
let mut line = String::new();
|
||||||
|
Loading…
Reference in New Issue
Block a user