aboutsummaryrefslogtreecommitdiffstats
path: root/src/pinentry.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/pinentry.rs')
-rw-r--r--src/pinentry.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pinentry.rs b/src/pinentry.rs
index 8a25759..aced54f 100644
--- a/src/pinentry.rs
+++ b/src/pinentry.rs
@@ -2,7 +2,7 @@ use crate::prelude::*;
use tokio::io::AsyncWriteExt as _;
-pub async fn pinentry(
+pub async fn getpin(
prompt: &str,
desc: &str,
tty: Option<&str>,