From: Silvio Rhatto Date: Sat, 25 Oct 2025 16:26:35 +0000 (-0300) Subject: Fix: lib: keyringer_get_file: improved prompt message X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=67a0749f4b04905b44aad9c4c562cd68a5814164;p=keyringer.git Fix: lib: keyringer_get_file: improved prompt message --- 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]}")"