From 750804876e4d4b6a5b003e147dc8610dae5c1339 Mon Sep 17 00:00:00 2001 From: Ted Nyman Date: Sat, 20 Jul 2013 23:59:23 -0700 Subject: [PATCH] Docs for the linguist script --- bin/linguist | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bin/linguist b/bin/linguist index 1be091c3..260d656c 100755 --- a/bin/linguist +++ b/bin/linguist @@ -1,5 +1,10 @@ #!/usr/bin/env ruby +# linguist — detect language type for a file, or, given a directory +# determine language breakdown +# +# usage: linguist + require 'linguist/file_blob' require 'linguist/repository'