missed one

This commit is contained in:
Eric Lay 2023-04-18 00:56:18 -05:00
parent 39c813f479
commit 0ebd891ec1
1 changed files with 2 additions and 2 deletions

View File

@ -4,9 +4,9 @@
help() { help() {
echo -e "\nUse fzf to search Pokemon stats\n" echo -e "\nUse fzf to search Pokemon stats\n"
echo -e "Can optionally search by name" echo -e "Can optionally search by name"
echo -e "EXAMPLE\n\tfuzzy-pokedex [pokemon name]\n" echo -e "EXAMPLE\n\tpokedex [pokemon name]\n"
echo -e "OPTIONS" echo -e "OPTIONS"
echo -e "\t-u, --update N/+N/-N/N%\n\t\tScrape web for updated Pokemon stats\n\t\tWARNING: update function is resource heavy\n\t\tSee Parallel job control (-j) for options\n\t\tDefault is 200%\n\t-h, --help\n\t\tPrint this help screen" echo -e "\t-u, --update [N/+N/-N/N%]\n\t\tScrape web for updated Pokemon stats\n\t\tWARNING: update function is resource heavy\n\t\tSee Parallel job control (-j) for options\n\t\tDefault is 200%\n\t-h, --help\n\t\tPrint this help screen"
echo -e "KEYBINDS" echo -e "KEYBINDS"
echo -e "\tctrl-n\tShows small sprite version\n\tctrl-b\tShows large sprite version\n\tctrl-s\tShows shiny sprite version\n\tctrl-h\tShows this help screen in preview window\n" echo -e "\tctrl-n\tShows small sprite version\n\tctrl-b\tShows large sprite version\n\tctrl-s\tShows shiny sprite version\n\tctrl-h\tShows this help screen in preview window\n"
} }