Skip to content

Commit

Permalink
Merge pull request #38 from vmarkovtsev/patch-1
Browse files Browse the repository at this point in the history
Rename simple-linguist to enry
  • Loading branch information
smola authored Jun 15, 2017
2 parents 7b6869e + 788de6a commit ef03de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/enry/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func main() {

func usage() {
fmt.Fprintf(
os.Stderr, "simple-linguist, A simple (and faster) implementation of linguist \nusage: %s <path>\n",
os.Stderr, "enry, A simple (and faster) implementation of github/linguist \nusage: %s <path>\n",
os.Args[0],
)

Expand Down

0 comments on commit ef03de7

Please sign in to comment.