We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e55cb5c commit 3a65532Copy full SHA for 3a65532
1 file changed
main.go
@@ -57,7 +57,7 @@ func flush(runes []rune) []rune {
57
58
func main() {
59
if len(os.Args) == 1 || os.Args[1] == "--help" {
60
- _, _ = fmt.Fprintln(os.Stderr, "usage: strings FILE")
+ _, _ = fmt.Fprintln(os.Stderr, "usage: strings file")
61
os.Exit(2)
62
}
63
0 commit comments