From 4c01b5e57adf208fdf5ed45a0f03023da905f109 Mon Sep 17 00:00:00 2001 From: Hiramiya Date: Sun, 11 May 2014 11:31:45 +0100 Subject: [PATCH] Corrected usage information for `ebooks tweet` Usage information for `ebooks tweet` was incorrect, replaced with relevant explanation. Fixes mispy/twitter_ebooks/issues/16 --- bin/ebooks | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/ebooks b/bin/ebooks index e1950cc..cd169ec 100755 --- a/bin/ebooks +++ b/bin/ebooks @@ -116,9 +116,10 @@ STR def self.tweet(modelpath, botname) usage = < [old_corpus_path2] [...] +Usage: ebooks tweet -Takes an old-style corpus of plain tweet text and converts it to json. +Sends a public tweet from the specified bot using text +from the processed model at . STR if modelpath.nil? || botname.nil?