Skip to content

Commit

Permalink
Changed help text
Browse files Browse the repository at this point in the history
  • Loading branch information
terminationshock committed Apr 10, 2024
1 parent 7743f74 commit 79d771a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 79d771a

Please sign in to comment.