mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 01:30:22 +00:00
Fix usage line in binary (#3564)
Linguist cannot work on any directory; it needs to be a Git repository.
This commit is contained in:
committed by
Colin Seymour
parent
8da7cb805e
commit
4e0b5f02aa
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user