From 4a56321323402f3ee8fa710e780ff2f04e7407d4 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Wed, 8 Apr 2020 16:00:32 -0700 Subject: [PATCH] fix help msg --- words/command.rkt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/words/command.rkt b/words/command.rkt index 675b657..b69c751 100755 --- a/words/command.rkt +++ b/words/command.rkt @@ -36,10 +36,10 @@ "max number of results" (set! count (string->number count-arg))] [("--min") min-size-arg - "minimum word lengths" + "minimum word length" (set! min-size (string->number min-size-arg))] [("--max") max-size-arg - "minimum word lengths" + "maximum word length" (set! max-size (string->number max-size-arg))] [("-s" "--show-plurals") "show plural words"