Fix usage line in binary (#3564)

Linguist cannot work on any directory; it needs to be a Git
repository.
This commit is contained in:
Paul Chaignon
2017-04-20 11:18:03 +02:00
committed by Colin Seymour
parent 8da7cb805e
commit 4e0b5f02aa

View File

@@ -75,7 +75,7 @@ elsif File.file?(path)
else
abort <<-HELP
Linguist v#{Linguist::VERSION}
Detect language type for a file, or, given a directory, determine language breakdown.
Detect language type for a file, or, given a repository, determine language breakdown.
Usage: linguist <path>
linguist <path> [--breakdown] [--json]