Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jftuga committed Oct 8, 2022
1 parent 8081694 commit 0c43f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/chars/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func main() {
argsJSON := flag.Bool("j", false, "output results in JSON format; can't be used with -l")
argsVersion := flag.Bool("v", false, "display version and then exit")
argsFail := flag.String("f", "", "fail with OS exit code=100 if any of the included characters exist; ex: -f crlf,nul,bom8")
argsFailedFileList := flag.Bool("F", false, "when used with -f, only display a list of failed files (one per line")
argsFailedFileList := flag.Bool("F", false, "when used with -f, only display a list of failed files, one per line")

flag.Usage = Usage
flag.Parse()
Expand Down

0 comments on commit 0c43f5d

Please sign in to comment.