Merge pull request #38 from vmarkovtsev/patch-1

Rename simple-linguist to enry
This commit is contained in:
Santiago M. Mola 2017-06-15 09:56:20 +02:00 committed by GitHub
commit ef03de7adf

View File

@ -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],
)