From f779fdd2734233ecc14c5da046572bb0c8258dc7 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Fri, 24 Dec 2021 04:54:01 +0100 Subject: [PATCH] Improve fzf comment for cheat.sh script --- home/.local/bin/scripts/cheat.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.local/bin/scripts/cheat.sh b/home/.local/bin/scripts/cheat.sh index 609a450..23ed006 100755 --- a/home/.local/bin/scripts/cheat.sh +++ b/home/.local/bin/scripts/cheat.sh @@ -29,7 +29,7 @@ else fzf --bind=alt-enter:print-query \ --print-query \ --prompt="cheat.sh query>" \ - --header="use alt-enter to enter non-listed query"\ + --header="Use alt-enter to enter non-listed query. Empty queries are allowed."\ )" query=$(echo "$query" | tail -1) fi