updating the binary with an extremely basic USAGE note

This commit is contained in:
Jack Danger Canty 2008-11-19 21:52:49 -08:00
parent 58698d3e2d
commit bcf91bda22
1 changed files with 5 additions and 1 deletions

View File

@ -4,4 +4,8 @@ $:.unshift File.join(File.dirname(__FILE__), *%w[.. lib])
require 'jekyll'
Jekyll.process(ARGV[0], ARGV[1])
if ARGV[0] && ARGV[1]
Jekyll.process(ARGV[0], ARGV[1])
else
puts "USAGE: jekyll /path/to/raw/site /path/to/generated/site"
end