Skip to content

Commit 3a65532

Browse files
committed
chore: update url
1 parent e55cb5c commit 3a65532

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ func flush(runes []rune) []rune {
5757

5858
func main() {
5959
if len(os.Args) == 1 || os.Args[1] == "--help" {
60-
_, _ = fmt.Fprintln(os.Stderr, "usage: strings FILE")
60+
_, _ = fmt.Fprintln(os.Stderr, "usage: strings file")
6161
os.Exit(2)
6262
}
6363

0 commit comments

Comments
 (0)