aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2025-10-25 13:26:35 -0300
committerSilvio Rhatto <rhatto@riseup.net>2025-10-25 13:26:35 -0300
commit67a0749f4b04905b44aad9c4c562cd68a5814164 (patch)
treea3e1a94da4cf329f1145829af4f2c6d658dcad0a /lib
parent01d8894699ea5e5137b0c4ce4180f831913570a8 (diff)
downloadkeyringer-67a0749f4b04905b44aad9c4c562cd68a5814164.tar.gz
keyringer-67a0749f4b04905b44aad9c4c562cd68a5814164.tar.bz2
Fix: lib: keyringer_get_file: improved prompt message
Diffstat (limited to 'lib')
-rwxr-xr-xlib/keyringer/functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/keyringer/functions b/lib/keyringer/functions
index 0a5ad57..d9b97e3 100755
--- a/lib/keyringer/functions
+++ b/lib/keyringer/functions
@@ -467,7 +467,7 @@ function keyringer_get_file {
done
echo ""
- read -p "Enter option (Ctrl-C to abort): " option
+ read -p "Enter number, secret name or pattern (Ctrl-C to abort): " option
if [[ "$option" =~ ^[0-9]+$ ]] && [ ! -z "${candidates[$option]}" ]; then
FILE="$(keyringer_filename "$RELATIVE_PATH/${candidates[$option]}")"