From 66b3f6cd38cb1cf5857991146c90faea6dde4d06 Mon Sep 17 00:00:00 2001 From: Rasmus Steinke Date: Fri, 5 Aug 2016 05:21:32 +0200 Subject: [PATCH] show current default_do in help message --- rofi-pass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rofi-pass b/rofi-pass index 9f12aea..af1db1e 100755 --- a/rofi-pass +++ b/rofi-pass @@ -229,7 +229,7 @@ mainMenu () { else unset selected_password HELP="Welcome to rofi-pass. Use ${insert_pass} to create a new pass entry. -Type field of entry with Enter. For more help hit ${help}." +Run ${default_do} with Enter. For more help hit ${help}." selected_password="$(list_passwords 2>/dev/null \ | _rofi -mesg "${HELP}" \ -dmenu -kb-accept-entry '!Return' -kb-custom-1 "${autotype}" \