diff --git a/pokedex b/pokedex index 1ceef6b..c24a9bc 100755 --- a/pokedex +++ b/pokedex @@ -4,9 +4,9 @@ help() { echo -e "\nUse fzf to search Pokemon stats\n" 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 "\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 "\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" }