From 864d0149ce63c135792aa13b7c3d14728201937f Mon Sep 17 00:00:00 2001 From: jsnal Date: Thu, 14 May 2020 19:47:08 -0400 Subject: [PATCH] feat(usage): update usage for new previewer feature Add the documentation for changing the FZF previewer binary. The help page kind of looks weird now that the alignment is off. That is something that might need to be refactored in the future. --- flash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flash b/flash index 583a6c1..f4f6ef7 100755 --- a/flash +++ b/flash @@ -151,7 +151,7 @@ if [ ! -e "$REVIEW_LOG" ]; then fi print_usage() { - echo -e "\n${LCYAN}fla.sh --- Flash card system by Bryan Jenks${NC} ${LBLUE}${NC}\n\n${YELLOW}${BOLD}Usage:${NC}\n\t${GREEN}flash -h:${NC} Print this help text\n\t${GREEN}flash -i:${NC} Print Information about the flashcard system\n\t${GREEN}flash -v:${NC} Print version Number\n\n" + echo -e "\n${LCYAN}fla.sh --- Flash card system by Bryan Jenks${NC} ${LBLUE}${NC}\n\n${YELLOW}${BOLD}Usage:${NC}\n\t${GREEN}flash -h:${NC} Print this help text\n\t${GREEN}flash -i:${NC} Print Information about the flashcard system\n\t${GREEN}flash -v:${NC} Print version Number\n\t${GREEN}flash -p [BINARY]:${NC} Change the previewer when selecting decks\n" } print_info() {