From 5f837b7275974059602fb0d31b1a7b2074d197b0 Mon Sep 17 00:00:00 2001 From: Jesse Laprade Date: Fri, 29 May 2020 18:26:12 -0400 Subject: [PATCH] removed a tab from the last bit of the help message --- src/messages.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/messages.rkt b/src/messages.rkt index e34af26..18ea6c4 100644 --- a/src/messages.rkt +++ b/src/messages.rkt @@ -58,7 +58,7 @@ tab-full (format "~a ~a 2" program-name remove-command) newline-double "If you can't see the whole help message, then try running the following command: " newline - tab-half (format "~a ~a | less" program-name help-command) newline) + (format "~a ~a | less" program-name help-command) newline) 'empty-list "> There is nothing in your list\n"