Skip to content

Commit

Permalink
Merge pull request #10 from triarius/triarus/remove-walker-from-readme
Browse files Browse the repository at this point in the history
Document configurable frontend
  • Loading branch information
triarius authored Oct 3, 2024
2 parents 4b6eb58 + b1221d5 commit b50b770
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit b50b770

Please sign in to comment.