From 4e0b5f02aa5746c69bfea647727bd2c12cd9ebe0 Mon Sep 17 00:00:00 2001 From: Paul Chaignon Date: Thu, 20 Apr 2017 11:18:03 +0200 Subject: [PATCH] Fix usage line in binary (#3564) Linguist cannot work on any directory; it needs to be a Git repository. --- bin/linguist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/linguist b/bin/linguist index d20c9d6f..5c17683f 100755 --- a/bin/linguist +++ b/bin/linguist @@ -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 linguist [--breakdown] [--json]