From 75a65e9fdc7c079fc12ef942f16cc75fbd20150e Mon Sep 17 00:00:00 2001 From: Jesse Laprade Date: Wed, 27 May 2020 13:33:50 -0400 Subject: [PATCH] blah --- src/messages.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/messages.rkt b/src/messages.rkt index 586f01e..e34af26 100644 --- a/src/messages.rkt +++ b/src/messages.rkt @@ -55,7 +55,7 @@ tab-full (format "~a ~a \"this is an item surrounded by double quotation marks\"" program-name add-command) newline-double tab-half remove-command newline - tab-full (format "~a ~a 2" program-name remove-commands) newline-double + 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)