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")