From 9e216b72a5f7c12a926bd56331ed33de664375db Mon Sep 17 00:00:00 2001 From: m455 Date: Tue, 12 Mar 2019 23:36:01 -0400 Subject: [PATCH] made an awesome help message --- messages.rkt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/messages.rkt b/messages.rkt index f1bcf70..33782fc 100644 --- a/messages.rkt +++ b/messages.rkt @@ -74,7 +74,8 @@ "======\n" "Try running " "`" config:program-name " -h | less` to use the arrow keys " - "to scroll up and down through the help message\n") + "to scroll up and down through the help message, then when you " + "want to quit, just type `q` (without the grave accents)\n") 'empty-todo-list "> There is nothing in your list \n"