aboutsummaryrefslogtreecommitdiffstats
path: root/src/bin
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-02-18 14:11:31 -0500
committerGitHub <noreply@github.com>2023-02-18 14:11:31 -0500
commit68d78e98747a5f69fcfa9094976dc28a290e5e3c (patch)
treefedf34002ff42af730d9edbc2e93d6b58013968a /src/bin
parentc77ccb67cf464abfb30d42f2ef870dc2bbf24366 (diff)
parentd4453cb44a10f9bb558fd2a5561cc5223ba36a23 (diff)
downloadrbw-68d78e98747a5f69fcfa9094976dc28a290e5e3c.tar.gz
rbw-68d78e98747a5f69fcfa9094976dc28a290e5e3c.zip
Merge pull request #93 from Hyask/skia/profile
Support multiple profiles with an environment variable
Diffstat (limited to 'src/bin')
-rw-r--r--src/bin/rbw-agent/actions.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/rbw-agent/actions.rs b/src/bin/rbw-agent/actions.rs
index 87a8276..61eb74b 100644
--- a/src/bin/rbw-agent/actions.rs
+++ b/src/bin/rbw-agent/actions.rs
@@ -367,7 +367,7 @@ pub async fn unlock(
let password = rbw::pinentry::getpin(
&config_pinentry().await?,
"Master Password",
- "Unlock the local database",
+ &format!("Unlock the local database for '{}'", rbw::dirs::profile()),
err.as_deref(),
tty,
true,