Improve fzf comment for cheat.sh script

This commit is contained in:
ItsDrike 2021-12-24 04:54:01 +01:00
parent ddefca9a3d
commit f779fdd273
No known key found for this signature in database
GPG key ID: FB8CA11A2CF3A843

View file

@ -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