diff --git a/bin/ebooks b/bin/ebooks index 5afae92..a2309c3 100755 --- a/bin/ebooks +++ b/bin/ebooks @@ -174,7 +174,7 @@ STR def self.command(args) usage = < ebooks consume [corpus_path2] [...] ebooks gen [input] @@ -197,6 +197,9 @@ STR when "archive" then archive(args[1], args[2]) when "tweet" then tweet(args[1], args[2]) when "jsonify" then jsonify(args[1..-1]) + else + log usage + exit 1 end end end