Rename simple-linguist to enry

This commit is contained in:
Vadim Markovtsev 2017-06-14 12:43:26 +02:00 committed by GitHub
parent 7b6869e2a2
commit 788de6a3b5

View File

@ -87,7 +87,7 @@ func main() {
func usage() { func usage() {
fmt.Fprintf( 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], os.Args[0],
) )