From b1221d577dca063b006e4ccf43e60f7465a2b7dd Mon Sep 17 00:00:00 2001 From: Narthana Epa Date: Tue, 1 Oct 2024 07:35:38 +1000 Subject: [PATCH] Remove walker from README We want to be able to configure the frontend --- README.md | 2 +- src/main.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 70b6ccc..7fb5bad 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ We aim to implement enough of the Assuan protocol to support this use case. # Usage ``` -Implements the pinentry protocol and uses walker for PIN input +Implements the pinentry protocol and uses a configurable frontend for PIN input Usage: elephantine [OPTIONS] diff --git a/src/main.rs b/src/main.rs index 1f6acce..4c4211e 100644 --- a/src/main.rs +++ b/src/main.rs @@ -7,7 +7,7 @@ use std::{ path::PathBuf, }; -/// Implements the pinentry protocol and uses walker for PIN input. +/// Implements the pinentry protocol and uses a configurable frontend for PIN input. #[derive(Parser)] #[command(version)] struct Args {