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"