diff options
| author | Jeremy Brubaker <jbru362@gmail.com> | 2022-06-03 15:27:05 -0400 |
|---|---|---|
| committer | Jeremy Brubaker <jbru362@gmail.com> | 2022-06-03 15:27:05 -0400 |
| commit | dca538f7e7dcd35dd4a421f403f9d572e992d443 (patch) | |
| tree | 6d3e42fcde46a4ab396c43d9bb67728fdf5ccdf5 | |
| parent | 51ff0f51172c8ec2aaba0b9b945428c65eda7911 (diff) | |
| download | anypinentry-dca538f7e7dcd35dd4a421f403f9d572e992d443.tar.gz anypinentry-dca538f7e7dcd35dd4a421f403f9d572e992d443.zip | |
Change default prompt to 'PIN:'
This is in line with all the `pinentry` interfaces I have looked at
| -rwxr-xr-x | anypinentry | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/anypinentry b/anypinentry index 21b670d..1199491 100755 --- a/anypinentry +++ b/anypinentry @@ -8,7 +8,7 @@ if [[ -z "$DISPLAY" ]]; then fi title=""; -prompt_string="Password :: "; +prompt_string="PIN: "; description=""; keyinfo=""; repeat=""; |
