From 2e297c08d52c1787816a80fbbac4fd134f431c3a Mon Sep 17 00:00:00 2001 From: terminalforlife Date: Tue, 24 Nov 2020 02:33:59 +0000 Subject: [PATCH] Fix incorrect Usage() information --- tests/lenchk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lenchk b/tests/lenchk index c035bc2..d01e3e8 100755 --- a/tests/lenchk +++ b/tests/lenchk @@ -14,7 +14,7 @@ Usage(){ Usage: $Progrm [OPTS] [DIR_1 [DIR_2 ...]] -h, --help - Display this help information. - -C, --no-color - Provide color via esscape sequences. + -C, --no-color - Do not use ANSI color escape sequences. -D, --no-subdirs - Ignore the 'sheets/_*' subdirectories. -I, --no-lenchk-line - Ignore the special 'lenchk=.*' line. -N, --no-preview - Omit the preview of each triggered line.