From 3e4a391c709f803bcca27f157ad14339b5504d0f Mon Sep 17 00:00:00 2001 From: Benoit Larroque Date: Thu, 28 May 2009 20:41:06 +0200 Subject: [PATCH] Updating message --- bin/html2fb.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/html2fb.rb b/bin/html2fb.rb index 3570ff7..445a453 100755 --- a/bin/html2fb.rb +++ b/bin/html2fb.rb @@ -51,7 +51,7 @@ f.write doc.to_html f.close puts "A preview of the parsed file should be opening in your webbrowser now" - puts "If nothing open you can open the file here : #{page}" + puts "If nothing open you can open the file located at : #{page}" puts "When happy with the parsed output rerun with -s option to send to Feedbooks.com" Launchy::Browser.run(page) else