From 79d771a099de943fbc6d0dd7a2172fe184f26329 Mon Sep 17 00:00:00 2001 From: Tobias Melson Date: Wed, 10 Apr 2024 13:34:04 +0200 Subject: [PATCH] Changed help text --- src/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.go b/src/main.go index 828f81e..462b627 100644 --- a/src/main.go +++ b/src/main.go @@ -75,7 +75,7 @@ func PrintHelp() { fmt.Println(" --dirname Match the name of an existing directory") fmt.Println("\nOther keyword OPTIONS:") fmt.Println("\n --show-output Show the output (both stdout and stderr) of COMMAND") - fmt.Println(" --ignore-error Ignore any error that occurred during execution of COMMAND") + fmt.Println(" --ignore-error Ignore any error occurring during the execution of COMMAND") fmt.Println(" --filter Hide lines without a match") fmt.Println(" --sort Sort lines by their matches ignoring lines without a match") fmt.Println(" --sort-rev Reverse --sort")