aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Steinke <rasi@xssn.at>2016-06-15 07:20:29 +0200
committerRasmus Steinke <rasi@xssn.at>2016-06-15 07:20:29 +0200
commitf7093d1da0622cb394d660d9a888cb344b2e89a4 (patch)
treeefe7136a3f6f8ddbf6d4279e4d1b84dacfdb5fb4
parent6f8c3d803e7f56fb8e69e6186e93e3153baa13d4 (diff)
downloadrofi-pass-f7093d1da0622cb394d660d9a888cb344b2e89a4.tar.gz
change help message
-rwxr-xr-xrofi-pass2
1 files changed, 1 insertions, 1 deletions
diff --git a/rofi-pass b/rofi-pass
index ff0d7fa..b372030 100755
--- a/rofi-pass
+++ b/rofi-pass
@@ -192,7 +192,7 @@ mainMenu () {
else
unset selected_password
HELP="Welcome to rofi-pass. Use <span color='$help_color'>${insert_pass}</span> to create a new pass entry.
-To type User/Pass use <span color='$help_color'>Enter</span>. For more help hit <span color='$help_color'>${help}</span>."
+To perform default action use <span color='$help_color'>Enter</span>. For more help hit <span color='$help_color'>${help}</span>."
selected_password="$(list_passwords 2>/dev/null \
| _rofi -mesg "${HELP}" \
-dmenu -kb-accept-entry '!Return' -kb-custom-1 "${autotype}" \